We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 894f472 commit 8633b7aCopy full SHA for 8633b7a
1 file changed
program-tests/registry-test/tests/tests.rs
@@ -545,7 +545,7 @@ async fn test_initialize_protocol_config() {
545
0,
546
)
547
.await;
548
- assert_rpc_error(result, 3, RegistryError::ForesterUndefined.into()).unwrap();
+ assert_rpc_error(result, 3, RegistryError::ProgramOwnerUndefined.into()).unwrap();
549
}
550
// FAIL: initialize a Merkle tree with network fee != 0
551
{
0 commit comments