Skip to content

Commit

Permalink
fix: unittest (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToniRamirezM authored Dec 5, 2024
1 parent 46e039d commit b733a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l1infotreesync/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func newSimulatedClient(t *testing.T) (

func TestE2E(t *testing.T) {
ctx, cancelCtx := context.WithCancel(context.Background())
dbPath := path.Join(t.TempDir(), "file::memory:?cache=shared")
dbPath := path.Join(t.TempDir(), "L1InfoTreeTest.sqlite")

rdm := mocks_l1infotreesync.NewReorgDetectorMock(t)
rdm.On("Subscribe", mock.Anything).Return(&reorgdetector.Subscription{}, nil)
Expand Down

0 comments on commit b733a0e

Please sign in to comment.