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",
|
name: "User not found",
|
||||||
args: args{
|
args: args{
|
||||||
ctx: context.Background(),
|
ctx: context.Background(),
|
||||||
ID: "unknown",
|
ID: "1337",
|
||||||
},
|
},
|
||||||
wantErr: true,
|
wantErr: true,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue