Skip to content

Commit

Permalink
fix: unittest (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToniRamirezM committed Jan 17, 2025
1 parent 4c9af9c commit 1526b89
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 1526b89

Please sign in to comment.