Commit 18728390 authored by Adrian Sutton's avatar Adrian Sutton

op-challenger: Update tests to handle FaultDisputeGame contract change

parent 2a9c6cc7
...@@ -28,11 +28,11 @@ func TestMonitorCreateAndProgressGameAgents(t *testing.T) { ...@@ -28,11 +28,11 @@ func TestMonitorCreateAndProgressGameAgents(t *testing.T) {
source.games = []FaultDisputeGame{ source.games = []FaultDisputeGame{
{ {
Proxy: addr1, Proxy: addr1,
Timestamp: big.NewInt(9999), Timestamp: 9999,
}, },
{ {
Proxy: addr2, Proxy: addr2,
Timestamp: big.NewInt(9999), Timestamp: 9999,
}, },
} }
...@@ -59,11 +59,11 @@ func TestMonitorOnlyCreateSpecifiedGame(t *testing.T) { ...@@ -59,11 +59,11 @@ func TestMonitorOnlyCreateSpecifiedGame(t *testing.T) {
source.games = []FaultDisputeGame{ source.games = []FaultDisputeGame{
{ {
Proxy: addr1, Proxy: addr1,
Timestamp: big.NewInt(9999), Timestamp: 9999,
}, },
{ {
Proxy: addr2, Proxy: addr2,
Timestamp: big.NewInt(9999), Timestamp: 9999,
}, },
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment