From 14ae9e47a2a303726f8e5141cfd46bb22e0f51c6 Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Tue, 12 May 2026 13:16:51 +0200 Subject: fix typos --- plan_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plan_test.go') 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 -- cgit v1.2.3