Skip to content

Commit

Permalink
use fair outcomes in default state
Browse files Browse the repository at this point in the history
  • Loading branch information
lalexgap committed Aug 30, 2023
1 parent f901d73 commit fec0b89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/testdata/states.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ var testVirtualState = state.State{
ChallengeDuration: 60,
AppData: []byte{},
Outcome: Outcomes.CreateLongOutcome(
SimpleItem{testactors.Alice.Destination(), 6},
SimpleItem{testactors.Bob.Destination(), 4},
SimpleItem{testactors.Alice.Destination(), 10},
SimpleItem{testactors.Bob.Destination(), 0},
),
TurnNum: 0,
IsFinal: false,
Expand Down

0 comments on commit fec0b89

Please sign in to comment.