Skip to content

Commit

Permalink
trigger worker test
Browse files Browse the repository at this point in the history
  • Loading branch information
NazariiDenha committed Jul 22, 2024
1 parent 8f10e58 commit 712fd3b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions miner/worker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1196,6 +1196,12 @@ func TestPrioritizeOverflowTx(t *testing.T) {
case <-time.After(3 * time.Second): // Worker needs 1s to include new changes.
t.Fatalf("timeout")
}
t.Fatalf("a")
}

func TestTrigger(t *testing.T) {
assert := assert.New(t)
assert.Equal(1, 1)
}

// type mockL1Client struct {
Expand Down

0 comments on commit 712fd3b

Please sign in to comment.