diff --git a/api/watchlist/service_test.go b/api/watchlist/service_test.go index b4499ec..bfac5a5 100644 --- a/api/watchlist/service_test.go +++ b/api/watchlist/service_test.go @@ -69,4 +69,4 @@ func TestAddEntry_RejectsInvalidStatus(t *testing.T) { if q.upsertAnimeCalled || q.upsertEntryCalled { t.Fatal("expected no database writes for invalid status") } -} \ No newline at end of file +}