From 968062d2fc6f59c1519c8ac546a6b42db3943de2 Mon Sep 17 00:00:00 2001 From: Theresa Gresch Date: Sat, 2 Apr 2022 16:52:38 +0200 Subject: [PATCH] Tests: Add fixtures --- internal/entity/photo_keyword_fixtures.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/internal/entity/photo_keyword_fixtures.go b/internal/entity/photo_keyword_fixtures.go index 66f860fb6..6a7eaaada 100644 --- a/internal/entity/photo_keyword_fixtures.go +++ b/internal/entity/photo_keyword_fixtures.go @@ -127,6 +127,10 @@ var PhotoKeywordFixtures = PhotoKeywordMap{ PhotoID: 1000036, KeywordID: 10000015, }, + "32": { + PhotoID: 1000036, + KeywordID: 1000001, + }, } // CreatePhotoKeywordFixtures inserts known entities into the database for testing.