1
0

Added tests for namespaces

This commit is contained in:
kolaente
2018-07-27 15:52:50 +02:00
parent ba606515d1
commit 628f3eee64
5 changed files with 96 additions and 6 deletions

View File

@ -8,7 +8,7 @@ import (
func TestList_ReadAll(t *testing.T) {
// Create test database
assert.NoError(t, PrepareTestDatabase())
//assert.NoError(t, PrepareTestDatabase())
// Get all lists for our namespace
lists, err := GetListsByNamespaceID(1)