File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
algorithm-exercises-java/src/test/java/ae/projecteuler/helper Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -148,11 +148,11 @@ class BigNumTest {
148148 assertArrayEquals (
149149 new BigNum (
150150 "10715086071862673209484250490600018105614048117055"
151- + "33607443750388370351051124936122493198378815695858"
152- + "12759467291755314682518714528569231404359845775746"
153- + "98574803934567774824230985421074605062371141877954"
154- + "18215304647498358194126739876755916554394607706291"
155- + "4571196477686542167660429831652624386837205668069376" ).toArray (),
151+ + "33607443750388370351051124936122493198378815695858"
152+ + "12759467291755314682518714528569231404359845775746"
153+ + "98574803934567774824230985421074605062371141877954"
154+ + "18215304647498358194126739876755916554394607706291"
155+ + "4571196477686542167660429831652624386837205668069376" ).toArray (),
156156 new BigNum ("2" ).bigPower (1000 ).toArray ()
157157 );
158158
You can’t perform that action at this time.
0 commit comments