Skip to content

Commit

Permalink
fixes the writer test for span kind
Browse files Browse the repository at this point in the history
Signed-off-by: Afzal <[email protected]>
  • Loading branch information
afzalbin64 committed Aug 2, 2023
1 parent 0b0c422 commit 0ed95cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/storage/cassandra/spanstore/writer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ func TestStorageMode_IndexOnly_FirehoseSpan(t *testing.T) {
assert.Equal(t, "planet-express", serviceWritten.Load())
assert.Equal(t, dbmodel.Operation{
ServiceName: "planet-express",
SpanKind: "",
SpanKind: "unspecified",
OperationName: "package-delivery",
}, operationWritten.Load())
}, StoreIndexesOnly())
Expand Down

0 comments on commit 0ed95cf

Please sign in to comment.