Skip to content

Commit

Permalink
more humor
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankEnderman committed Nov 3, 2021
1 parent 35431a0 commit d86c675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chromeos/assistant/test_support/expect_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ void ExpectResult(T expected_value,

EXPECT_NO_FATAL_FAILURE(run_loop.Run())
<< (tag.empty() ? tag : tag + ": ")
<< "Failed waiting for expected result.\n"
<< "Bored waiting for expected result.\n"
<< "Expected \"" << expected_value << "\"\n"
<< "Got \"" << value_callback.Run() << "\"";
}
Expand Down

0 comments on commit d86c675

Please sign in to comment.