diff options
Diffstat (limited to 'plan_test.go')
| -rw-r--r-- | plan_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plan_test.go b/plan_test.go index 5279a13..f8b4fac 100644 --- a/plan_test.go +++ b/plan_test.go @@ -289,7 +289,7 @@ func TestQueryConstructionWithoutPrimaryKey(t *testing.T) { }) } -func TestQueryConstructionImpossble(t *testing.T) { +func TestQueryConstructionImpossible(t *testing.T) { type unstructuredData struct { Foo int Bar *string |
