From e5df20cacf5425d0006b580e10f2d02c7447a666 Mon Sep 17 00:00:00 2001 From: Benjamin Cane Date: Sun, 13 Oct 2024 08:12:23 -0700 Subject: [PATCH] Update pkg/callbacks/sql/sql_test.go Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- pkg/callbacks/sql/sql_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/callbacks/sql/sql_test.go b/pkg/callbacks/sql/sql_test.go index df797df..a717c08 100644 --- a/pkg/callbacks/sql/sql_test.go +++ b/pkg/callbacks/sql/sql_test.go @@ -78,7 +78,7 @@ func TestSQLQuery(t *testing.T) { r, err := db.Query(qMsg) if err == nil { - t.Fatalf("Unexepected success with failure test case") + t.Fatalf("Unexpected success with failure test case") } // Unmarshal the Tarmac Response