From b4c27ffb51c5acd8d109119ec49a25831ddba95d Mon Sep 17 00:00:00 2001 From: Theresa Gresch Date: Thu, 14 May 2020 15:43:39 +0200 Subject: [PATCH] Backend: Add tests to internal/query --- internal/query/file_shares_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/query/file_shares_test.go b/internal/query/file_shares_test.go index c62944038..c0a4d3aa3 100644 --- a/internal/query/file_shares_test.go +++ b/internal/query/file_shares_test.go @@ -9,7 +9,7 @@ import ( func TestFileShares(t *testing.T) { t.Run("search for id and status", func(t *testing.T) { - r, err := FileShares(uint(1000001), "test") + r, err := FileShares(uint(1000001), "new") if err != nil { t.Fatal(err) }