Jeremiah Lowin commited on
Commit
551dd75
·
1 Parent(s): 89cfb25

Fix static checks

Browse files
Files changed (1) hide show
  1. tests/contrib/test_mcp_mixin.py +1 -1
tests/contrib/test_mcp_mixin.py CHANGED
@@ -135,7 +135,7 @@ class TestMCPMixin:
135
  f"pref{_DEFAULT_SEPARATOR_PROMPT}sample_prompt",
136
  ),
137
  ],
138
- ids = ["No prefix", "Default separator", "Custom separator"]
139
  )
140
  def test_prompt_registration(
141
  self, prefix, separator, expected_name, unexpected_name
 
135
  f"pref{_DEFAULT_SEPARATOR_PROMPT}sample_prompt",
136
  ),
137
  ],
138
+ ids=["No prefix", "Default separator", "Custom separator"],
139
  )
140
  def test_prompt_registration(
141
  self, prefix, separator, expected_name, unexpected_name