Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ie-pham committed Jun 27, 2024
1 parent 5726599 commit da8405b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tempodb/tempodb_search_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func TestSearchCompleteBlock(t *testing.T) {
autoComplete,
)
})
if (vers == vparquet4.VersionString){
if vers == vparquet4.VersionString {
t.Run("event query", func(t *testing.T) {
runEventSearchTest(t, vers)
})
Expand Down Expand Up @@ -1534,7 +1534,7 @@ func runCompleteBlockSearchTest(t *testing.T, blockVersion string, runners ...ru
r.EnablePolling(ctx, &mockJobSharder{})
rw := r.(*readerWriter)

wantID, wantTr, start, end, wantMeta := makeExpectedTrace()
wantID, wantTr, start, end, wantMeta := makeExpectedTrace()
searchesThatMatch, searchesThatDontMatch := searchTestSuite()

// Write to wal
Expand Down Expand Up @@ -1825,7 +1825,7 @@ func makeExpectedTrace() (
},
Events: []*v1.Span_Event{
{
TimeUnixNano: uint64(1000 * time.Second) + 100,
TimeUnixNano: uint64(1000*time.Second) + 100,
Name: "event name",
Attributes: []*v1_common.KeyValue{
stringKV("exception.message", "random error"),
Expand Down

0 comments on commit da8405b

Please sign in to comment.