Skip to content

Commit

Permalink
fix: func renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
GGXXLL authored Apr 27, 2021
1 parent 48a834b commit 19f7e0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions observability/observability_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func TestProvideGORMMetrics(t *testing.T) {
})
}

func TestExportedConfigs(t *testing.T) {
Conf := exportConfig()
func Test_provideConfig(t *testing.T) {
Conf := provideConfig()
assert.NotEmpty(t, Conf.Config)
}

0 comments on commit 19f7e0b

Please sign in to comment.