Use numberic style ID in UsersStore Get test

Signed-off-by: Jared Scheib <jared.scheib@gmail.com>
pull/10616/head
Michael de Sa 2017-10-12 19:37:51 -04:00 committed by Jared Scheib
parent ecccfc0c72
commit 22d56182cc
1 changed files with 1 additions and 1 deletions

View File

@ -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,
}, },