Skip to content

Commit 126370d

Browse files
committed
docs: added todos on pending assertions
These todos should be reviewed together with the skipped tests on a future issue
1 parent 0a8246f commit 126370d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

__tests__/integration/melt-tokens.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ describe('melt tokens', () => {
5050
expect(response.status).toBe(200);
5151
expect(response.body.success).toBe(false);
5252

53-
// Even though the result is correct, the error thrown is not related. Should be fixed later.
53+
// TODO: Even though the result is correct, the error thrown is not related.
5454
// expect(response.body.error).toContain('invalid');
5555
done();
5656
});

__tests__/integration/mint-tokens.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ describe('mint token', () => {
4545
expect(response.status).toBe(200);
4646
expect(response.body.success).toBe(false);
4747

48-
// Even though the result is correct, the error thrown is not related. Should be fixed later.
48+
// TODO: Even though the result is correct, the error thrown is not related.
4949
// expect(response.body.message).toContain('invalid');
5050
done();
5151
});

0 commit comments

Comments
 (0)