Skip to content

Commit

Permalink
fix test case to match the API
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdli committed Jan 28, 2021
1 parent 3694925 commit 1fd610f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/mixer_test.cc
Expand Up @@ -288,7 +288,7 @@ TEST_P(MixerControlsTest, Event) {

EXPECT_EQ(mixer_wait_event(mixer_object, 1000), 1);

EXPECT_EQ(mixer_consume_event(mixer_object), 0);
EXPECT_EQ(mixer_consume_event(mixer_object), 1);

thread.join();
ASSERT_EQ(mixer_subscribe_events(mixer_object, 0), 0);
Expand Down

0 comments on commit 1fd610f

Please sign in to comment.