Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed the expected failure decorator from the test that is now fixed.
  • Loading branch information
AnimeshSinha1309 committed Dec 27, 2018
1 parent d0e332d commit ced014c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/datatypes/test_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class SetTests(TranspileTestCase):
@expectedFailure
def test_complex_element(self):
self.assertCodeExecution("""
x = {1j, 2j}
Expand Down

0 comments on commit ced014c

Please sign in to comment.