Skip to content

Commit

Permalink
tests: ml: update expectation based on updated flush logic
Browse files Browse the repository at this point in the history
Signed-off-by: Aditya Prajapati <[email protected]>
  • Loading branch information
Aditya Prajapati authored and edsiper committed Jun 13, 2023
1 parent 00cd2d0 commit a10a741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/internal/multiline.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ struct record_check container_mix_input[] = {
struct record_check container_mix_output[] = {
{"a1\n"},
{"a2\n"},
{"bbcc"},
{"ddee\n"},
{"bbcc"},
{"single full"},
{"1a. some multiline log"},
{"1b. some multiline log"},
Expand Down Expand Up @@ -1431,7 +1431,7 @@ static void test_issue_5504()
}
TEST_CHECK(cb != NULL);

/* Trigger the callback without delay */
/* Trigger the callback without delay */
cb(config, ml);
/* This should not update the last_flush since it is before the timeout */
TEST_CHECK(ml->last_flush == last_flush);
Expand Down

0 comments on commit a10a741

Please sign in to comment.