Skip to content

Commit b88baa4

Browse files
committed
2 parents 56d6552 + 2ee537b commit b88baa4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

core/src/test/java/eu/bittrade/libs/steemj/base/models/operations/DelegateVestingSharesOperationIT.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ public class DelegateVestingSharesOperationIT extends BaseTransactionalIntegrati
2525
private static final String EXPECTED_TRANSACTION_HEX = "f68585abf4dce9c8045701280764657a31333337067374656"
2626
+ "56d6ac4f4f51800000000065645535453000000011c7b28a34479885c3ca12abcd180577382cf2d7d05a4f64219587"
2727
+ "c9cc8ae87f2707ace6d2297830935a1c21922b51c2647af44f3baaf7a0a860f55f4fefdbf2cc4";
28-
private static final String EXPECTED_TRANSACTION_HEX_TESTNET = "";
28+
private static final String EXPECTED_TRANSACTION_HEX_TESTNET = "f68585abf4dceac8045701280764657a313333370"
29+
+ "6737465656d6ac4f4f51800000000065645535453000000011c290d28c51bbc69a7526dda0fb0002298fdddd536e26"
30+
+ "21f0f8ef81b365b5b6b6655bf088d36029cca6543e834f85aad1164d93966c5dd7c9a23aea227ac641c26";
2931

3032
/**
3133
* <b>Attention:</b> This test class requires a valid active key of the used

core/src/test/java/eu/bittrade/libs/steemj/util/BrainkeyDictionaryManagerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class BrainkeyDictionaryManagerTest {
1515
private static final int NUMBER_OF_WORDS = 49744;
1616

1717
/**
18-
* Verify that the brain key dictonary has the correct amount of words.
18+
* Verify that the brain key dictionary has the correct amount of words.
1919
*/
2020
@Test
2121
public void testBrainkeyDictionaryManager() {

0 commit comments

Comments
 (0)