Skip to content

Commit

Permalink
Update pkg/query-service/utils/logs_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
  • Loading branch information
nityanandagohain and ellipsis-dev[bot] authored Nov 16, 2024
1 parent 87a4b97 commit 53beae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/query-service/utils/logs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func Test_GenerateEnrichmentKeys(t *testing.T) {
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
if got := GenerateEnrichmentKeys(tt.args.field); !reflect.DeepEqual(got, tt.want) {
t.Errorf("generateEnrichmentKeys() = %v, want %v", got, tt.want)
t.Errorf("GenerateEnrichmentKeys() = %v, want %v", got, tt.want)
}
})
}
Expand Down

0 comments on commit 53beae5

Please sign in to comment.