2 parents 9c351a1 + ba8a23b commit 3f3b131Copy full SHA for 3f3b131
1 file changed
tests/test_dbgp_api.py
@@ -127,10 +127,10 @@ def test_stop_retval(self):
127
assert str(status_res) == "stopping"
128
129
def test_detatch_retval(self):
130
- """Test that the detatch command receives a message from the api."""
+ """Test that the detach command receives a message from the api."""
131
self.p.conn.recv_msg.return_value = """<?xml
132
version="1.0" encoding="iso-8859-1"?>\n
133
- <response command="detatch"
+ <response command="detach"
134
xmlns="urn:debugger_api_v1"
135
status="stopped"
136
reason="ok"
0 commit comments