diff options
| author | Stefan Majewsky <majewsky@gmx.net> | 2026-04-17 23:00:43 +0200 |
|---|---|---|
| committer | Stefan Majewsky <majewsky@gmx.net> | 2026-04-17 23:00:43 +0200 |
| commit | cfdb06f5ba144aad5d2ebe31ec8bb64e017f4023 (patch) | |
| tree | 9e22bac341df31bf756c037a6dba7c68188bcc6d /query_test.go | |
| parent | c1c8cc2f6b49741d33a83a534d244fc01b0e1b4a (diff) | |
| download | go-oblast-cfdb06f5ba144aad5d2ebe31ec8bb64e017f4023.tar.gz | |
add TODOs for the remaining things that I want for 1.0
Diffstat (limited to 'query_test.go')
| -rw-r--r-- | query_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/query_test.go b/query_test.go index ec1d8d8..388183e 100644 --- a/query_test.go +++ b/query_test.go @@ -135,3 +135,5 @@ func TestDeleteBasic(t *testing.T) { }) } } + +// TODO: more test coverage for query.go |
