Skip to content

Commit

Permalink
Remove unnecessary xfail from tests (#1813)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielNoord committed Oct 1, 2022
1 parent ac1d9a1 commit 5298ac3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unittest_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -3374,7 +3374,6 @@ def __radd__(self, other): return NotImplemented
self.assertIsInstance(inferred, Instance)
self.assertEqual(inferred.name, "B")

@pytest.mark.xfail(reason="String interpolation is incorrect for modulo formatting")
def test_string_interpolation(self):
ast_nodes = extract_node(
"""
Expand Down

0 comments on commit 5298ac3

Please sign in to comment.