File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -353,7 +353,7 @@ pub fn invariant_compliant_mutation_with_subnet_id(
353
353
..Default :: default ( )
354
354
}
355
355
} ;
356
- const MOCK_HASH : & str = "d1bc8d3ba4afc7e109612cb73acbdddac052c93025aa1f82942edabb7deb82a1 " ;
356
+ const MOCK_HASH : & str = "deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef " ;
357
357
let release_package_url = "http://release_package.tar.zst" . to_string ( ) ;
358
358
let replica_version_id = ReplicaVersion :: default ( ) . to_string ( ) ;
359
359
let replica_version = ReplicaVersionRecord {
@@ -617,7 +617,7 @@ pub fn initial_mutations_for_a_multinode_nns_subnet() -> Vec<RegistryMutation> {
617
617
}
618
618
619
619
let replica_version_id = ReplicaVersion :: default ( ) . to_string ( ) ;
620
- const MOCK_HASH : & str = "d1bc8d3ba4afc7e109612cb73acbdddac052c93025aa1f82942edabb7deb82a1 " ;
620
+ const MOCK_HASH : & str = "abbaabbaabbaabbaabbaabbaabbaabbaabbaabbaabbaabbaabbaabbaabbaabba " ;
621
621
let release_package_url = "http://release_package.tar.zst" . to_string ( ) ;
622
622
let replica_version = ReplicaVersionRecord {
623
623
release_package_sha256_hex : MOCK_HASH . into ( ) ,
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ use registry_canister::{
27
27
} ,
28
28
} ;
29
29
30
- const MOCK_HASH : & str = "d1bc8d3ba4afc7e109612cb73acbdddac052c93025aa1f82942edabb7deb82a1 " ;
30
+ const MOCK_HASH : & str = "acdcacdcacdcacdcacdcacdcacdcacdcacdcacdcacdcacdcacdcacdcacdcacdc " ;
31
31
32
32
#[ test]
33
33
fn test_the_anonymous_user_cannot_elect_a_version ( ) {
@@ -219,7 +219,7 @@ fn test_accepted_proposal_mutates_the_registry() {
219
219
assert_eq ! (
220
220
get_value_or_panic:: <ReplicaVersionRecord >(
221
221
& registry,
222
- make_replica_version_key( ReplicaVersion :: default ( ) ) . as_bytes( )
222
+ make_replica_version_key( "version_43" ) . as_bytes( )
223
223
)
224
224
. await ,
225
225
ReplicaVersionRecord {
You can’t perform that action at this time.
0 commit comments