From 5284d5cc285f51d37e566f635e884e118e5a63c4 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Thu, 25 Apr 2019 18:02:31 -0400 Subject: [PATCH] remove old assert --- remix-tests/tests/testRunner.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/remix-tests/tests/testRunner.ts b/remix-tests/tests/testRunner.ts index 3671f196f3..db93804514 100644 --- a/remix-tests/tests/testRunner.ts +++ b/remix-tests/tests/testRunner.ts @@ -131,7 +131,6 @@ describe('testRunner', () => { done() } runTest('StringTest', contracts.StringTest, compilationData[filename]['StringTest'], { accounts }, testCallback, resultsCallback) - runTest('StringTest2', contracts.StringTest2, compilationData[filename]['StringTest2'], { accounts }, testCallback, resultsCallback) }) })