From 901b80fe4f9b5d38f26271b7d1da9dc8e445d97a Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sat, 2 Mar 2024 14:44:08 +0700 Subject: lib/sql: realign struct in test --- lib/sql/meta_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/sql/meta_test.go b/lib/sql/meta_test.go index 6586bf7d..3b92f2ba 100644 --- a/lib/sql/meta_test.go +++ b/lib/sql/meta_test.go @@ -9,17 +9,17 @@ import ( func TestMetaBind(t *testing.T) { type bindCase struct { - name string val any + name string } type testCase struct { desc string driver string - kind DMLKind - bind []bindCase expListName string expListValue string expIndex string + kind DMLKind + bind []bindCase expNholder int } -- cgit v1.3