Skip to content

Commit

Permalink
cleanup: fix words in assertion message. (#7950)
Browse files Browse the repository at this point in the history
Signed-off-by: Guangming Wang <[email protected]>
  • Loading branch information
Guangming Wang authored and mattklein123 committed Aug 16, 2019
1 parent 1c27f54 commit 817b2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/fake_upstream.cc
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ FakeUpstream::waitForHttpConnection(Event::Dispatcher& client_dispatcher,
std::vector<std::unique_ptr<FakeUpstream>>& upstreams,
FakeHttpConnectionPtr& connection, milliseconds timeout) {
if (upstreams.empty()) {
return AssertionFailure() << "No upstreams confgured.";
return AssertionFailure() << "No upstreams configured.";
}
Event::TestTimeSystem& time_system = upstreams[0]->timeSystem();
auto end_time = time_system.monotonicTime() + timeout;
Expand Down

0 comments on commit 817b2e3

Please sign in to comment.