Skip to content

Commit f36e00b

Browse files
committed
SP-934: Fix type in tests
1 parent 29a08d9 commit f36e00b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/bitpay/sdk/model/invoice/MinerFeesItemTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class MinerFeesItemTest {
1313
@Test
1414
public void it_should_manipulate_satoshisPerByte() {
1515
// given
16-
Integer expected = 765;
16+
Double expected = 765;
1717
MinerFeesItem testedClass = this.getTestedClass();
1818

1919
// when

0 commit comments

Comments
 (0)