1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-11-24 08:02:18 +02:00

Increase fixtures number assertion for user test

This commit is contained in:
Nurahmadie 2014-05-07 00:59:21 +07:00
parent 27c770e097
commit 113f4917ff

View File

@ -146,8 +146,8 @@ func TestListUsers(t *testing.T) {
}
// verify user count
if len(users) != 3 {
t.Errorf("Exepected %d users in database, got %d", 3, len(users))
if len(users) != 4 {
t.Errorf("Exepected %d users in database, got %d", 4, len(users))
return
}