Skip to content

Commit

Permalink
Fix test to match new 'auto_increment_delay_multiplex_timeout_ms' beh…
Browse files Browse the repository at this point in the history
…avior #3923
  • Loading branch information
JavierJF committed Aug 10, 2022
1 parent 97ae01a commit adfca96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tap/tests/test_auto_increment_delay_multiplex-t.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ int main(int argc, char** argv) {
);
} else {
ok(
0 == cur_auto_inc_delay_mult,
"'auto_increment_delay_token' val should be '0' after timeout:"
-1 == cur_auto_inc_delay_mult,
"'auto_increment_delay_token' val should be '-1' after timeout:"
" { Exp: %d, Act: %d, Timeout: %d, Waited: %d }",
0, cur_auto_inc_delay_mult, auto_inc_delay_to, waited
);
Expand Down

0 comments on commit adfca96

Please sign in to comment.