From 6c1442ee924eec4fdbcdc8f2df0ba4f1c7f9e28a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20P=C3=A9rez-Aradros=20Herce?= Date: Mon, 15 Jan 2024 11:34:56 +0100 Subject: [PATCH] fix typo --- pkg/testutils/util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/testutils/util.go b/pkg/testutils/util.go index c476fd55..ebdbd993 100644 --- a/pkg/testutils/util.go +++ b/pkg/testutils/util.go @@ -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)