diff options
| author | Shulhan <ms@kilabit.info> | 2024-03-02 14:44:08 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-03-02 14:44:08 +0700 |
| commit | 901b80fe4f9b5d38f26271b7d1da9dc8e445d97a (patch) | |
| tree | 1d97d444aeaf592e42f093c59f2eff0c24187041 /lib/sql | |
| parent | de299da1a940a65d0a1fd0a106aa1afe14242ab2 (diff) | |
| download | pakakeh.go-901b80fe4f9b5d38f26271b7d1da9dc8e445d97a.tar.xz | |
lib/sql: realign struct in test
Diffstat (limited to 'lib/sql')
| -rw-r--r-- | lib/sql/meta_test.go | 6 |
1 files 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 } |
