Skip to content

Commit

Permalink
Rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-artie committed Apr 22, 2024
1 parent 45f0c04 commit b9be57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sql/escape_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/stretchr/testify/assert"
)

func TestEscapeName(t *testing.T) {
func TestEscapeNameIfNecessary(t *testing.T) {
type _testCase struct {
name string
nameToEscape string
Expand Down

0 comments on commit b9be57b

Please sign in to comment.