Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Burn <ryan.burn@gmail.com>
  • Loading branch information
rnburn committed Feb 27, 2018
1 parent 1b491d9 commit 8f7fa81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common/tracing/lightstep_tracer_impl_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class LightStepDriverTest : public Test {
TEST_F(LightStepDriverTest, LightStepLogger) {
LightStepLogger logger;

// Verify calls to logger don't crash
// Verify calls to logger don't crash.
logger(lightstep::LogLevel::debug, "abc");
logger(lightstep::LogLevel::info, "abc");
logger(lightstep::LogLevel::error, "abc");
Expand Down

0 comments on commit 8f7fa81

Please sign in to comment.