Skip to content

OOM issue in principal-of? #585

Closed
@Acaccia

Description

This test doesn't pass:

#[test]
fn principal_of_oom() {
    crosscheck_oom(
        "(principal-of? 0x03adb8de4bfb65db2cfd6120d55c6526ae9c52e675db7e47308636534ba7786110)",
        Ok(Some(
            Value::okay(
                PrincipalData::parse("ST1AW6EKPGT61SQ9FNVDS17RKNWT8ZP582VF9HSCP")
                    .unwrap()
                    .into(),
            )
            .unwrap(),
        )),
    )
}

(crosscheck_oom isn't in main yet, it's in #586 )

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

  • Status

    Status: ✅ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions