We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f5727e commit 1641a4eCopy full SHA for 1641a4e
service/dealpusher/pdp_wiring_test.go
@@ -86,7 +86,7 @@ func TestDealPusher_RunSchedule_PDPWithDependenciesCreatesDealsAfterConfirmation
86
require.NoError(t, db.Create(&prep).Error)
87
require.NotZero(t, prep.ID)
88
wallet := model.Wallet{
89
- ID: clientAddr.String(),
+ ID: "pdpclient01",
90
Address: clientAddr.String(),
91
PrivateKey: testutil.TestPrivateKeyHex,
92
}
0 commit comments