Skip to content

Commit dac865d

Browse files
ni4antonsviridenko
authored andcommitted
Fix comments in cli tests.
1 parent 42a790b commit dac865d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/cli.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ TEST_F(rnp_tests, test_cli_rnpkeys_genkey)
726726
assert_int_not_equal(key_generate(GENKEYS, "expiration_overflow@rnp", "200y"), 0);
727727
assert_int_not_equal(key_generate(GENKEYS, "expiration_past@rnp", "2021-01-01"), 0);
728728

729-
// these should pass and go to the keystore -- 15 primary keys and 15 subkeys
729+
// these should pass and go to the keystore -- 17 primary keys and 17 subkeys
730730
assert_int_equal(key_generate(GENKEYS, "expiration_beyond2038_relative@rnp", "20y"), 0);
731731
assert_int_equal(key_generate(GENKEYS, "expiration_beyond2038_absolute@rnp", "2100-01-01"),
732732
0);

0 commit comments

Comments
 (0)