Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

Commit

Permalink
Review documentation fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Fedor Muratov <muratovfyodor@yandex.ru>
  • Loading branch information
muratovv committed May 5, 2018
1 parent 249d2f3 commit c20deb0
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ TEST(SecuritySignature, SignatureOperatorEqual) {
}

/**
* @given Transaction with marked signature
* @given Transaction with given signature
* @when Invoke ::addSignature with same public key but different signed
* @then Expect that second signature doesn't added
* @then Expect that second signature wasn't added
*/
TEST(SecuritySignature, TransactionAddsignature) {
auto tx = TestTransactionBuilder().build();
Expand All @@ -45,9 +45,9 @@ TEST(SecuritySignature, TransactionAddsignature) {
}

/**
* @given Block with marked signature
* @given Block with given signature
* @when Invoke ::addSignature with same public key but different signed
* @then Expect that second signature doesn't added
* @then Expect that second signature wasn't added
*/
TEST(SecuritySignature, BlockAddSignature) {
auto block = TestBlockBuilder().build();
Expand Down

0 comments on commit c20deb0

Please sign in to comment.