mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-08 20:47:59 -05:00
Updating Orion to v1.3.2 (#1805)
* Updating Orion to v1.3.2 * Fix AT Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
This commit is contained in:
committed by
MadelineMurray
parent
7992f5297b
commit
7a632db615
@@ -127,8 +127,8 @@ public class PrivacyGroupAcceptanceTest extends PrivacyAcceptanceTestBase {
|
||||
|
||||
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);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user