Skip to content

Commit

Permalink
Update test/prize-pool/PrizePool.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Pierrick Turelier <pierrick@turelier.com>
  • Loading branch information
kamescg and PierrickGT authored Sep 30, 2021
1 parent 5128297 commit 0856958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/prize-pool/PrizePool.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ describe('PrizePool', function () {
});

describe('onERC721Received()', () => {
it('should return the inteface selector', async () => {
it('should return the interface selector', async () => {
expect(await prizePool.onERC721Received(prizePool.address, constants.AddressZero, 0, '0x150b7a02'))
.to.equal('0x150b7a02');
});
Expand Down

0 comments on commit 0856958

Please sign in to comment.