Skip to content

Commit

Permalink
Add rebase fixes:
Browse files Browse the repository at this point in the history
 - Fix static map test

 - Update proto scheme

Signed-off-by: grimadas <[email protected]>
  • Loading branch information
grimadas committed Dec 15, 2017
1 parent 35e4ad8 commit cc25c98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion schema/primitive.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package iroha.protocol;
enum RolePermission {
// Command Permissions
can_append_role = 0;
can_detach_role = 29;
can_detach_role = 30;
can_create_role = 1;
can_add_asset_qty = 2;
can_add_peer = 3;
Expand Down
2 changes: 1 addition & 1 deletion test/module/irohad/model/static_map.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ TEST(HandlerTest, CommandRegistration) {
auto log = logger::testLog("HandlerTest");

CommandRegistry registry;
ASSERT_EQ(15, registry.command_handler.types().size());
ASSERT_EQ(16, registry.command_handler.types().size());
}

TEST(HandlerTest, QueryRegistration) {
Expand Down

0 comments on commit cc25c98

Please sign in to comment.