This commit is contained in:
kolaente 2017-12-03 18:04:22 +01:00 committed by Konrad
parent f61ba0f403
commit d0baadc9c3
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B

View File

@ -6,6 +6,7 @@ import (
)
func TestCreateIssueDependency(t *testing.T) {
// Prepare
assert.NoError(t, PrepareTestDatabase())
user1, err := GetUserByID(1)