Skip to content

Commit

Permalink
fix: id-10-t error
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mcgowan committed Sep 8, 2023
1 parent 5556adf commit fe2e760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/hitl/card.binary/test/test_card_binary.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ void testsuite_card_binary()
bool smoke_tests = false;

{
BinaryTestArgs max10k_note_add = BinaryTestArgs().maxCardBinary(1*1023).handler(BinaryTestArgs::NOTE_ADD);
BinaryTestArgs max1k_note_add = BinaryTestArgs().maxCardBinary(1*1023).handler(BinaryTestArgs::NOTE_ADD);
RUN_SIZE(Random_1234, BuildRandom, NOTECARD_IF_I2C, i2c, 5*1026, 5k, max1k_note_add, 1234);
}

Expand Down

0 comments on commit fe2e760

Please sign in to comment.