Use numberic style ID in UsersStore Get test
Signed-off-by: Jared Scheib <jared.scheib@gmail.com>pull/10616/head
parent
ecccfc0c72
commit
22d56182cc
|
@ -24,7 +24,7 @@ func TestUsersStore_Get(t *testing.T) {
|
|||
name: "User not found",
|
||||
args: args{
|
||||
ctx: context.Background(),
|
||||
ID: "unknown",
|
||||
ID: "1337",
|
||||
},
|
||||
wantErr: true,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue