Skip to content

Commit

Permalink
tests/client: fix uninitalized data
Browse files Browse the repository at this point in the history
  • Loading branch information
Meulengracht committed Jul 29, 2022
1 parent 7b0026e commit 4904813
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/client/test_deferring.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ int main(void)
// run test
// the test is made so if we set any number above 1000 it'll defer it
// for x-1000 ms
test_transaction_init(&transaction);
transaction.test_id = 1100;

test_utils_transfer(client, &context, &transaction);
Expand Down

0 comments on commit 4904813

Please sign in to comment.