Skip to content

Commit 712fd3b

Browse files
committed
trigger worker test
1 parent 8f10e58 commit 712fd3b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

miner/worker_test.go

+6
Original file line numberDiff line numberDiff line change
@@ -1196,6 +1196,12 @@ func TestPrioritizeOverflowTx(t *testing.T) {
11961196
case <-time.After(3 * time.Second): // Worker needs 1s to include new changes.
11971197
t.Fatalf("timeout")
11981198
}
1199+
t.Fatalf("a")
1200+
}
1201+
1202+
func TestTrigger(t *testing.T) {
1203+
assert := assert.New(t)
1204+
assert.Equal(1, 1)
11991205
}
12001206

12011207
// type mockL1Client struct {

0 commit comments

Comments
 (0)