aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_rparse.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_rparse.py')
-rw-r--r--test/test_rparse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_rparse.py b/test/test_rparse.py
index 57520176..3cbec335 100644
--- a/test/test_rparse.py
+++ b/test/test_rparse.py
@@ -510,7 +510,7 @@ class TestResponse:
def test_render(self):
r = rparse.parse_response({}, "400:p0,100:dr")
assert r.actions[0][1] == "pause"
- r.preview_safe()
+ assert len(r.preview_safe()) == 1
assert not r.actions[0][1] == "pause"