Skip to content

Commit

Permalink
fix telemetry test
Browse files Browse the repository at this point in the history
  • Loading branch information
nasdf committed Feb 6, 2025
1 parent 1693abd commit 48e0b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/telemetry/telemetry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ import (
func TestCallerInfo(t *testing.T) {
pkg, fn := callerInfo(1)
assert.Equal(t, "TestCallerInfo", fn)
assert.Equal(t, "github.com/sourcenetwork/defradb/internal/metric", pkg)
assert.Equal(t, "github.com/sourcenetwork/defradb/internal/telemetry", pkg)
}

0 comments on commit 48e0b1e

Please sign in to comment.