Skip to content

Commit 4a422cf

Browse files
committed
fix JUnit test
1 parent 980d716 commit 4a422cf

File tree

1 file changed

+2
-2
lines changed
  • symja_android_library/matheclipse-io/src/test/java/org/matheclipse/io/system

1 file changed

+2
-2
lines changed

symja_android_library/matheclipse-io/src/test/java/org/matheclipse/io/system/ConstantTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public void testOut() {
8181
"44");
8282
check(
8383
"Hold(Out(-1))", //
84-
"Hold(Out(-1))");
84+
"Hold(%)");
8585
check(
8686
"Hold(%4)", //
8787
"Hold(Out(4))");
@@ -102,7 +102,7 @@ public void testOut() {
102102
+ "Out(5)=44\n"
103103
+ "Out(6)=42\n"
104104
+ "Out(7)=44\n"
105-
+ "Out(8)=Hold(Out(-1))\n"
105+
+ "Out(8)=Hold(%)\n"
106106
+ "Out(9)=Hold(Out(4))\n"
107107
+ "Out(10)=Out(0)\n"
108108
+ "Out(11)=Null\n"

0 commit comments

Comments
 (0)