Skip to content

Commit

Permalink
Update pkg/callbacks/sql/sql_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
madflojo and coderabbitai[bot] authored Oct 13, 2024
1 parent 4c59b77 commit e5df20c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/callbacks/sql/sql_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e5df20c

Please sign in to comment.