Skip to content

Commit

Permalink
Reorder json transactions for test
Browse files Browse the repository at this point in the history
  • Loading branch information
motxx authored and muratovv committed Jul 30, 2017
1 parent 1ebe7c7 commit d9f4060
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/module/iroha-cli/bootstrap_network_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include "common/types.hpp"
#include "crypto/crypto.hpp"
#include "endpoint.grpc.pb.h"
#include "main/genesis_block_server/genesis_block_service.hpp"
#include "main/genesis_block_server/genesis_block_server.hpp"
#include "model/block.hpp"
#include "model/model_hash_provider_impl.hpp"

Expand Down Expand Up @@ -141,15 +141,15 @@ TEST_F(iroha_cli_test, NormalWhenParseGenesisBlock) {
"creator_account_id":"first_account_id",
"tx_counter":1234567,
"commands":[
{
"command_type":"CreateDomain",
"domain_name":"soramitsu"
},
{
"command_type":"CreateAccount",
"pubkey":"blob",
"account_name":"someone",
"domain_id":"soramitsu"
},
{
"command_type":"CreateDomain",
"domain_name":"soramitsu"
}
]
},
Expand Down

0 comments on commit d9f4060

Please sign in to comment.