Skip to content

Commit

Permalink
Fix failing unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya1702 committed Aug 14, 2024
1 parent fb738bf commit 9a2fa6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/soroban-rpc/internal/ingest/service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func TestIngestion(t *testing.T) {
config := Config{
Logger: supportlog.New(),
DB: mockDB,
FeeWindows: feewindow.NewFeeWindows(1, 1, network.TestNetworkPassphrase),
FeeWindows: feewindow.NewFeeWindows(1, 1, network.TestNetworkPassphrase, nil),
LedgerBackend: mockLedgerBackend,
Daemon: daemon,
NetworkPassPhrase: network.TestNetworkPassphrase,
Expand Down

0 comments on commit 9a2fa6f

Please sign in to comment.