Skip to content

Commit

Permalink
dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianlin-Zhao committed Jul 29, 2020
1 parent d6232c6 commit 52b91fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/test/trace/propagation/http_text_format_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,8 @@ TEST(HTTPTextFormatTest, TraceStateKeys)
trace::TraceState trace_state = span->GetContext().trace_state();
EXPECT_TRUE(trace_state.Get("1a-2f@foo", "bar1"));
EXPECT_TRUE(trace_state.Get("1a-_*/2b@foo", "bar2"));
EXPECT_TRUE(trace_state("foo", "bar3"));
EXPECT_TRUE(trace_state("foo-_*/bar", "bar4"));
EXPECT_TRUE(trace_state.Get("foo", "bar3"));
EXPECT_TRUE(trace_state.Get("foo-_*/bar", "bar4"));
}


Expand Down

0 comments on commit 52b91fc

Please sign in to comment.