Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Umang01-hash committed Oct 24, 2024
1 parent 1bacc0b commit c98a556
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/gofr/external_db_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ func TestApp_AddKVStore(t *testing.T) {

mock.EXPECT().UseLogger(app.Logger())
mock.EXPECT().UseMetrics(app.Metrics())
mock.EXPECT().UseTracer(otel.GetTracerProvider().Tracer("gofr-badger"))
mock.EXPECT().Connect()

app.AddKVStore(mock)
Expand Down

0 comments on commit c98a556

Please sign in to comment.