pub fn assert_accounts_match(
    universe: &AccountUniverse,
    executor: &FakeExecutor
) -> Result<(), TestCaseError>Expand description
Verify that the account information in the universe matches the information in the executor.
pub fn assert_accounts_match(
    universe: &AccountUniverse,
    executor: &FakeExecutor
) -> Result<(), TestCaseError>Verify that the account information in the universe matches the information in the executor.