diff --git a/models/author_test.go b/models/author_test.go index e0220c9..b93edc6 100644 --- a/models/author_test.go +++ b/models/author_test.go @@ -9,6 +9,8 @@ func TestAddOrUpdateAuthor(t *testing.T) { // Create test database assert.NoError(t, PrepareTestDatabase()) + // TODO delete all existing authors from eventual previuous tests + // Bootstrap our test author testauthor := Author{Forename: "test", Lastname: "tsting"}