diff --git a/test/SimpleClientTests/AccountSpec.hs b/test/SimpleClientTests/AccountSpec.hs index 152ab781..860cfac4 100644 --- a/test/SimpleClientTests/AccountSpec.hs +++ b/test/SimpleClientTests/AccountSpec.hs @@ -243,7 +243,7 @@ printAccountInfoSpec = describe "printAccountInfo" $ do "Nonce: 2", "Encryption public key: a820662531d0aac70b3a80dd8a249aa692436097d06da005aec7c56aad17997ec8331d1e4050fd8dced2b92f06277bd5aae71cf315a6d70c849508f6361ac6d51c2168305dd1604c4c6448da4499b2f14afb94fff0f42b79a68ed7ba206301f4", "", - "Baker: #1", + "Validator: #1", " - Staked amount: 0.000100 CCD", " - Restake earnings: yes", "", diff --git a/test/SimpleClientTests/BlockSpec.hs b/test/SimpleClientTests/BlockSpec.hs index b4ec7370..57412947 100644 --- a/test/SimpleClientTests/BlockSpec.hs +++ b/test/SimpleClientTests/BlockSpec.hs @@ -25,7 +25,7 @@ blockSpec = describe "block" $ do "Height: 121", "Height since last genesis: 121", "Genesis index: 0", - "Baker: 53", + "Validator: 53", "Transaction count: 10", "Transaction energy cost: 101 NRG", "Transactions size: 11", @@ -44,7 +44,7 @@ blockSpec = describe "block" $ do "Height: 121", "Height since last genesis: 121", "Genesis index: 0", - "Baker: none", + "Validator: none", "Transaction count: 10", "Transaction energy cost: 101 NRG", "Transactions size: 11",