File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
src/test/java/ae/projecteuler/helper Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ tasks.named('test') {
48
48
}
49
49
50
50
checkstyle {
51
- toolVersion = ' 10.25.1 '
51
+ toolVersion = ' 10.26.0 '
52
52
configFile = file(" ${ rootDir} /checkstyle.xml" )
53
53
maxErrors = 0
54
54
maxWarnings = 0
Original file line number Diff line number Diff line change @@ -148,11 +148,11 @@ class BigNumTest {
148
148
assertArrayEquals (
149
149
new BigNum (
150
150
"10715086071862673209484250490600018105614048117055"
151
- + "33607443750388370351051124936122493198378815695858"
152
- + "12759467291755314682518714528569231404359845775746"
153
- + "98574803934567774824230985421074605062371141877954"
154
- + "18215304647498358194126739876755916554394607706291"
155
- + "4571196477686542167660429831652624386837205668069376" ).toArray (),
151
+ + "33607443750388370351051124936122493198378815695858"
152
+ + "12759467291755314682518714528569231404359845775746"
153
+ + "98574803934567774824230985421074605062371141877954"
154
+ + "18215304647498358194126739876755916554394607706291"
155
+ + "4571196477686542167660429831652624386837205668069376" ).toArray (),
156
156
new BigNum ("2" ).bigPower (1000 ).toArray ()
157
157
);
158
158
You can’t perform that action at this time.
0 commit comments