Skip to content

Commit

Permalink
Update test data
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Oct 30, 2024
1 parent 7941b23 commit e764976
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/api/test/unit/keymanager/testData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,13 @@ export const testData: GenericServerTestCases<Endpoints> = {
args: {pubkey: pubkeyRand},
res: {
data: {
graffiti: "graffiti",
graffiti: graffitiRandUtf8,
strictFeeRecipientCheck: false,
feeRecipient: "0xaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
feeRecipient: ethaddressRand,
builder: {
gasLimit: 30000000,
gasLimit: gasLimitRand,
selection: "maxprofit",
boostFactor: "50",
boostFactor: builderBoostFactorRand.toString(),
},
},
},
Expand Down

0 comments on commit e764976

Please sign in to comment.