From 8da6ca8e0b3a933bac8e17d1f225111a84e07df0 Mon Sep 17 00:00:00 2001 From: konrad Date: Tue, 16 Jan 2018 15:59:16 +0100 Subject: [PATCH] Added todo --- models/author_test.go | 2 ++ 1 file changed, 2 insertions(+) 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"}