Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 2898a99

Browse files
committed
remove unneeded assertion
1 parent ec24211 commit 2898a99

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/compile-solidity-tests/test/compileWithPragmaAnalysis.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,6 @@ describe("compileWithPragmaAnalysis", function () {
133133
options: config,
134134
paths: [path.join(sourceDirectory, "withImports", "C.sol")]
135135
});
136-
if (!compilations) {
137-
assert.fail("Compilations were not created.");
138-
}
139136
assert.equal(compilations.length, 1);
140137
assert(compilations[0].compiler.version!.startsWith("0.6.12"));
141138
});

0 commit comments

Comments
 (0)