Skip to content

Commit

Permalink
Add missing parenthesis in microbenchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
auscompgeek committed Sep 22, 2018
1 parent 5a2edb6 commit 91efa99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/microbenchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def test_dict_set(test_case):
dict["meow"] = 4
dict["cockadoodledoo"] = 5
dict["hiss"] = 6
""", timed=True)
"""), timed=True)

def test_class_init(test_case):
print("Running" , "test_class_init")
Expand Down

0 comments on commit 91efa99

Please sign in to comment.