Fix tests
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2021-02-14 20:02:58 +01:00
parent 8724533a44
commit 4271717510
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ func TestNamespace_ReadOne(t *testing.T) {
assert.True(t, IsErrNamespaceDoesNotExist(err))
})
t.Run("with subscription", func(t *testing.T) {
n := &Namespace{ID: 7}
n := &Namespace{ID: 8}
db.LoadAndAssertFixtures(t)
s := db.NewSession()
defer s.Close()