Skip to content

Commit

Permalink
fix UTs
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaubennassar committed Sep 12, 2024
1 parent a4f3c0b commit 82d87c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions l1infotreesync/processor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

func TestGetVerifiedBatches(t *testing.T) {
dbPath := "file::memory:?cache=shared"
dbPath := "file:TestGetVerifiedBatches?mode=memory&cache=shared"
p, err := newProcessor(dbPath)
require.NoError(t, err)
ctx := context.Background()
Expand Down Expand Up @@ -77,7 +77,7 @@ func TestGetVerifiedBatches(t *testing.T) {
}

func TestGetInfo(t *testing.T) {
dbPath := "file::memory:?cache=shared"
dbPath := "file:TestGetInfo?mode=memory&cache=shared"
p, err := newProcessor(dbPath)
require.NoError(t, err)
ctx := context.Background()
Expand Down

0 comments on commit 82d87c8

Please sign in to comment.