Skip to content

Commit bcb471a

Browse files
committed
Unskip send / transfer unit test
1 parent 6f930d2 commit bcb471a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ describe('app', () => {
341341
collectGarbage();
342342
});
343343

344-
it.skip('contract sends / transfers to instrumented fallback: coverage, cleanup & exit(0)', () => {
344+
it('contract sends / transfers to instrumented fallback: coverage, cleanup & exit(0)', () => {
345345
// Skipped due to https://github.com/sc-forks/solidity-coverage/issues/106
346346
// Validate ethereumjs-vm hack to remove gas constraints on transfer() and send()
347347
assert(pathExists('./coverage') === false, 'should start without: coverage');

0 commit comments

Comments
 (0)