diff options
| author | Stefan Majewsky <majewsky@gmx.net> | 2026-05-12 13:16:51 +0200 |
|---|---|---|
| committer | Stefan Majewsky <majewsky@gmx.net> | 2026-05-12 13:16:51 +0200 |
| commit | 14ae9e47a2a303726f8e5141cfd46bb22e0f51c6 (patch) | |
| tree | cca72979321732df91d2c11b33bfbd217b682a4e /plan_test.go | |
| parent | 7bdc14a145c4b5c380921abf1db3f2c00a9c66cc (diff) | |
| download | go-oblast-14ae9e47a2a303726f8e5141cfd46bb22e0f51c6.tar.gz | |
fix typos
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 |
