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

Commit

Permalink
Updating Orion to v1.3.2 (#1805)
Browse files Browse the repository at this point in the history
* Updating Orion to v1.3.2

* Fix AT
  • Loading branch information
lucassaldanha authored and MadelineMurray committed Jul 31, 2019
1 parent f871332 commit 20987c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ public void nodeCanCreatePrivacyGroupWithoutOptionalParams() {

assertThat(privacyGroups.size()).isEqualTo(1);
assertThat(privacyGroups.get(0).getPrivacyGroupId()).isEqualTo(privacyGroupId);
assertThat(privacyGroups.get(0).getName()).isEqualTo(null);
assertThat(privacyGroups.get(0).getDescription()).isEqualTo(null);
assertThat(privacyGroups.get(0).getName()).isEqualTo("Default Name");
assertThat(privacyGroups.get(0).getDescription()).isEqualTo("Default Description");
assertThat(privacyGroups.get(0).getMembers().length).isEqualTo(2);
}
}
2 changes: 1 addition & 1 deletion gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencyManagement {

dependency 'net.consensys.cava:cava-toml:0.5.0'

dependency 'net.consensys:orion:1.3.0'
dependency 'net.consensys:orion:1.3.2'

dependency 'org.apache.commons:commons-text:1.7'

Expand Down

0 comments on commit 20987c2

Please sign in to comment.