Skip to content
Snippets Groups Projects
Commit d0d83d69 authored by Colin DAMON's avatar Colin DAMON
Browse files

Merge branch '112-comment-playing-with-big-decimal-solution' into 'master'

Resolve "Comment playing with big decimal solution"

Closes #112

See merge request !84
parents ec082885 fca72cd4
No related branches found
No related tags found
1 merge request!84Resolve "Comment playing with big decimal solution"
...@@ -14,6 +14,6 @@ public class PlayingWithBigDecimal { ...@@ -14,6 +14,6 @@ public class PlayingWithBigDecimal {
// assertThat(a.subtract(b).toString()).isEqualTo("1"); // assertThat(a.subtract(b).toString()).isEqualTo("1");
// assertThat(a.subtract(b).toString()).isEqualTo("1.01"); // assertThat(a.subtract(b).toString()).isEqualTo("1.01");
assertThat(a.subtract(b).toString()).isEqualTo("1.0100000000000000088817841970012523233890533447265625"); // assertThat(a.subtract(b).toString()).isEqualTo("1.0100000000000000088817841970012523233890533447265625");
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment