Skip to content

Commit

Permalink
fix: object structure match types in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mhuggins committed Oct 18, 2023
1 parent de13a15 commit 1cbfcd9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/__fixtures__/handHistory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ export const bovadaHandHistory: HandHistory = {
info: {
blinds: ['0.5', '1'],
currency: 'USD',
game: 'holdem',
variant: 'holdem',
handNumber: '12345',
isFastFold: false,
limit: 'no limit',
bettingStructure: 'no limit',
site: 'bovada',
tableSize: 6,
timestamp: new Date(),
},
players: [
Expand Down

0 comments on commit 1cbfcd9

Please sign in to comment.