Skip to content

Commit

Permalink
Remove Messages
Browse files Browse the repository at this point in the history
Signed-off-by: Mahad Zaryab <[email protected]>
  • Loading branch information
mahadzaryab1 committed Dec 12, 2024
1 parent c102c38 commit b41f540
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/query/app/querysvc/adjuster/adjuster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ func TestSequences(t *testing.T) {
adjTrace, err := test.adjuster.Adjust(trace)
adjTraceSpan := adjTrace.ResourceSpans().At(0).ScopeSpans().At(0).Spans().At(0)

assert.Equal(t, span, adjTraceSpan, "same trace & span returned")
assert.EqualValues(t, test.lastSpanID, span.SpanID(), "expect span ID to be incremented")
assert.Equal(t, span, adjTraceSpan)
assert.EqualValues(t, test.lastSpanID, span.SpanID())
require.EqualError(t, err, test.err)
})
}
Expand Down

0 comments on commit b41f540

Please sign in to comment.