Skip to content

Commit

Permalink
fix: Fix failing linter
Browse files Browse the repository at this point in the history
Signed-off-by: 1998-felix <[email protected]>
  • Loading branch information
felixgateru committed Mar 18, 2024
1 parent 80380d6 commit 54cdd7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres/dashboards_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"github.com/stretchr/testify/require"
)

var namegen = namegenerator.NewNameGenerator()
var namegen = namegenerator.NewGenerator()

func TestCreate(t *testing.T) {
t.Cleanup(func() {
Expand Down

0 comments on commit 54cdd7b

Please sign in to comment.