Skip to content

Commit 09bbc37

Browse files
committed
narrow issue
1 parent 2c5450c commit 09bbc37

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/test_plot_detail.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,11 @@
109109
# either raise assertion error, or update reference file
110110
UPDATE_MODE = False
111111

112-
session.evaluate('LoadModule["pymathics.vectorizedplot"]')
112+
check_evaluation(
113+
'LoadModule["pymathics.vectorizedplot"]',
114+
'"pymathics.vectorizedplot"',
115+
"module not available.",
116+
)
113117
check_evaluation(
114118
"StringTake[ToString[?? ContourPlot3D],17]",
115119
'"\n ContourPlot3D["',

0 commit comments

Comments
 (0)