Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
gigobyte committed Feb 1, 2020
1 parent ddcce48 commit 533ed32
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion __tests__/__snapshots__/getPlayer.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ Object {
"rating": 0.9,
"roundsContributed": 62.9,
},
"team": undefined,
"team": Object {
"id": 5540,
"name": "ttc",
},
"twitch": undefined,
"twitter": undefined,
}
Expand Down
5 changes: 4 additions & 1 deletion __tests__/__snapshots__/getPlayerStats.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ Object {
"savedByTeammatePerRound": "0.11",
"savedTeammatesPerRound": "0.11",
},
"team": undefined,
"team": Object {
"id": 5540,
"name": "ttc",
},
}
`;

Expand Down

0 comments on commit 533ed32

Please sign in to comment.