Skip to content

Commit

Permalink
revert path change
Browse files Browse the repository at this point in the history
  • Loading branch information
pnowosie committed Jul 8, 2024
1 parent 2fd89d1 commit e889dd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sync/snap_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ import (
func TestClassRange(t *testing.T) {

var d db.DB
d, _ = pebble.New("/home/amirul/fastworkscratch3/juno_db/juno_mainnet", 128000000, 128, utils.NewNopZapLogger())
bc := blockchain.New(d, &utils.Mainnet) // Needed because class loader need encoder to be registered
d, _ = pebble.New("/Users/pnowosie/juno/snapshots/juno-sepolia", 128000000, 128, utils.NewNopZapLogger())
bc := blockchain.New(d, &utils.Sepolia) // Needed because class loader need encoder to be registered

_, err := utils.NewZapLogger(utils.DEBUG, false)
assert.NoError(t, err)
Expand Down

0 comments on commit e889dd3

Please sign in to comment.