Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
exekias committed Jan 15, 2024
1 parent ca605c6 commit 6c1442e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/testutils/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func SharedTestMain(m *testing.M) {
os.Exit(1)
}

// create handy role for tets
// create handy role for tests
_, err = db.ExecContext(ctx, "CREATE ROLE pgroll")
if err != nil {
os.Exit(1)
Expand Down

0 comments on commit 6c1442e

Please sign in to comment.