Skip to content

Commit

Permalink
Fix tests after renaming.
Browse files Browse the repository at this point in the history
  • Loading branch information
abizjak committed Nov 10, 2023
1 parent 7a9fba5 commit df015f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/SimpleClientTests/AccountSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"",
Expand Down
4 changes: 2 additions & 2 deletions test/SimpleClientTests/BlockSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit df015f8

Please sign in to comment.