diff options
Diffstat (limited to 'tests/cracha.go')
-rw-r--r-- | tests/cracha.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/cracha.go b/tests/cracha.go index eda3fea..10b82d7 100644 --- a/tests/cracha.go +++ b/tests/cracha.go @@ -1016,10 +1016,11 @@ func test_runCommand() { func dumpQueries() { queries := []struct{name string; fn func(string) queryT}{ { "createTables", createTablesSQL }, - { "byEmail", byEmailSQL }, { "register", registerSQL }, { "sendToken", sendTokenSQL }, { "confirm", confirmSQL }, + { "byEmail", byEmailSQL }, + { "userByUUID", userByUUIDSQL }, { "login", loginSQL }, { "refresh", refreshSQL }, { "reset", resetSQL }, |