Skip to content

Commit

Permalink
fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ymtdzzz committed Sep 9, 2024
1 parent 8bbb11d commit bb71ce5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tuiexporter/internal/tui/component/trace_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,16 +113,16 @@ func TestSpanDataForTable(t *testing.T) {
want: "",
},
{
name: "trace ID trace 1 span-1-1-1",
row: 0,
name: "service name trace 1 span-2-1-1",
row: 1,
column: 1,
want: "01000000000000000000000000000000",
want: "test-service-2",
},
{
name: "service name trace 1 span-2-1-1",
row: 1,
name: "latency span-1-1-1",
row: 0,
column: 2,
want: "test-service-2",
want: "200ms",
},
{
name: "received at trace 2 span-1-1-1",
Expand Down

0 comments on commit bb71ce5

Please sign in to comment.