Skip to content

Commit ed2dfc3

Browse files
committed
add github_user_id in user fixtures
1 parent e9a0819 commit ed2dfc3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/fixtures/user/user.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ module.exports = () => {
227227
linkedin_id: "tanishqsingla",
228228
github_id: "tanishqsingla",
229229
github_display_name: "Tanishq Singla",
230+
github_user_id: "26207583",
230231
phone: "1234567890",
231232
232233
tokens: {
@@ -249,6 +250,7 @@ module.exports = () => {
249250
linkedin_id: "darthvader",
250251
github_id: "darthvader",
251252
github_display_name: "Darth Vader",
253+
github_user_id: "3188964",
252254
phone: "1234567890",
253255
254256
tokens: {

0 commit comments

Comments
 (0)