Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova committed Feb 21, 2024
1 parent 3adc522 commit 64262bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def test_experimental_attr_stable_member(self):
e = ex.exception
msg = e.message.lower()
self.assertIn(
"member 'one' is marked as stable, but it is not allowed on experimental attribute!",
"member 'one' is marked as stable but it is not allowed on experimental attribute!",
msg,
)
self.assertEqual(e.line, 8)
Expand Down

0 comments on commit 64262bc

Please sign in to comment.