Skip to content

Commit 13d30d5

Browse files
committed
Fix on output messages
1 parent aa938cb commit 13d30d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/swaps.test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ contract("Swaps", ([owner, alice, bob, random]) => {
247247
);
248248
});
249249

250-
it("should have corret token0 and token1 values in event", async () => {
250+
it("should have correct token0 and token1 values in event", async () => {
251251

252252
// pair already generated in previous test
253253

@@ -1543,7 +1543,7 @@ contract("Swaps", ([owner, alice, bob, random]) => {
15431543
);
15441544
});
15451545

1546-
it("transferFrom should add correct amount to reciever", async () => {
1546+
it("transferFrom should add correct amount to receiver", async () => {
15471547
const transferValue = ONE_TOKEN;
15481548
const expectedRecipient = alice;
15491549
const balanceBefore = await pair.balanceOf(alice);

0 commit comments

Comments
 (0)