summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2022-10-01 21:46:44 +0200
committerGitHub <noreply@github.com>2022-10-01 21:46:44 +0200
commit5298ac3771aaa5ae7d4df87c619585da4fdb03b5 (patch)
treeb09d5615e38d000bdd91d40f09a9a94a8c5a9e53
parentac1d9a14eadcc84e701d302e5e8dd625eb05f9d2 (diff)
downloadastroid-git-5298ac3771aaa5ae7d4df87c619585da4fdb03b5.tar.gz
Remove unnecessary ``xfail`` from tests (#1813)
-rw-r--r--tests/unittest_inference.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unittest_inference.py b/tests/unittest_inference.py
index 767d2190..8ca10ca6 100644
--- a/tests/unittest_inference.py
+++ b/tests/unittest_inference.py
@@ -3374,7 +3374,6 @@ class InferenceTest(resources.SysPathSetup, unittest.TestCase):
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(
"""