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:
parent
27c770e097
commit
113f4917ff
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user