Skip to content

Commit 8633b7a

Browse files
committed
fix test
1 parent 894f472 commit 8633b7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • program-tests/registry-test/tests

program-tests/registry-test/tests/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ async fn test_initialize_protocol_config() {
545545
0,
546546
)
547547
.await;
548-
assert_rpc_error(result, 3, RegistryError::ForesterUndefined.into()).unwrap();
548+
assert_rpc_error(result, 3, RegistryError::ProgramOwnerUndefined.into()).unwrap();
549549
}
550550
// FAIL: initialize a Merkle tree with network fee != 0
551551
{

0 commit comments

Comments
 (0)