Skip to content

Commit

Permalink
Another small linting tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Aug 31, 2018
1 parent c2ffa27 commit 1c4ae16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

TESTDIR = os.path.dirname(__file__)

class BenchmarkTests(TranspileTestCase):

class BenchmarkTests(TranspileTestCase):
def test_binary_trees(self):
with open(os.path.join(TESTDIR + "/benchmarks/", "binary-trees.py")) as javafile:
out = self.runAsJava(adjust(javafile.read()), args=["5", "5"], timed=True)
Expand Down

0 comments on commit 1c4ae16

Please sign in to comment.