Skip to content

Commit

Permalink
SP-934: Change expected val to Double
Browse files Browse the repository at this point in the history
  • Loading branch information
p-maguire committed May 8, 2024
1 parent f36e00b commit 6b7fb49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class MinerFeesItemTest {
@Test
public void it_should_manipulate_satoshisPerByte() {
// given
Double expected = 765;
Double expected = 765.1;
MinerFeesItem testedClass = this.getTestedClass();

// when
Expand Down

0 comments on commit 6b7fb49

Please sign in to comment.