Skip to content

Commit

Permalink
Fix broken test fixture (go-gitea#859)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethantkoenig authored and lunny committed Feb 7, 2017
1 parent 78544f8 commit 5fbab97
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions models/fixtures/user.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
full_name: User Eight
email: user8@example.com
passwd: password
type: 0 # user
type: 0 # individual
salt: salt
is_admin: false
avatar: avatar8
Expand All @@ -127,7 +127,7 @@
full_name: User Nine
email: user9@example.com
passwd: password
type: 0 # user
type: 0 # individual
salt: salt
is_admin: false
avatar: avatar9
Expand All @@ -142,10 +142,10 @@
full_name: User Ten
email: user10@example.com
passwd: password
type: 0 # user
type: 0 # individual
salt: salt
is_admin: false
avatar: avatar10
avatar_email: user10@example.com
num_repos: 0
num_repos: 3
is_active: true

0 comments on commit 5fbab97

Please sign in to comment.