Skip to content

Commit 43310e3

Browse files
committed
fix typo
1 parent 03dfa17 commit 43310e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/withdraw/withdraw.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,7 @@ contract('WithdrawTest', ([deployer, user1, , user3]) => {
907907
expect(r1.recipientBalanceBeforeTx.toFixed()).to.be.equal(
908908
balanceCarol.toFixed()
909909
)
910-
expect(r1.fillededed).to.be.equal(false)
910+
expect(r1.filled).to.be.equal(false)
911911
expect(r1.blockNumber.toNumber()).to.be.equal(blockNumber)
912912
})
913913
it('transferHistory for Prop1 #0 has updated', async () => {

0 commit comments

Comments
 (0)