Skip to content
This repository has been archived by the owner on May 31, 2020. It is now read-only.

Commit

Permalink
Changed naming of test case
Browse files Browse the repository at this point in the history
  • Loading branch information
BPYap authored Jun 30, 2018
1 parent 3b8d79a commit 51ea0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/datatypes/test_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class SetTests(TranspileTestCase):
@expectedFailure
def test_same_hash_different_datatypes(self):
def test_equal_value_different_datatypes(self):
self.assertCodeExecution("""
x = {1, 1.0, True}
Expand Down

0 comments on commit 51ea0db

Please sign in to comment.