From 5ef41ba3f21f4c2105f668fc35b6284749e17775 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Mon, 16 May 2022 18:48:59 +0200 Subject: [chore] Timeline test updates (#578) * add admin boost of zork to test model * update tests to make them more determinate * remove printf call --- internal/db/bundb/basic_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/db') diff --git a/internal/db/bundb/basic_test.go b/internal/db/bundb/basic_test.go index f3c4580c8..1705ebc0d 100644 --- a/internal/db/bundb/basic_test.go +++ b/internal/db/bundb/basic_test.go @@ -43,7 +43,7 @@ func (suite *BasicTestSuite) TestGetAllStatuses() { s := []*gtsmodel.Status{} err := suite.db.GetAll(context.Background(), &s) suite.NoError(err) - suite.Len(s, 16) + suite.Len(s, 17) } func (suite *BasicTestSuite) TestGetAllNotNull() { -- cgit v1.2.3