Skip to content

Commit

Permalink
NOTE to self
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe committed Aug 29, 2024
1 parent e90dc9e commit 0b3c118
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tests/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ async fn simple_case() {
let manifest_store = ManifestStore::from_file(&dest).unwrap();
assert!(manifest_store.validation_status().is_none());

// Coordinate with Gavin to make sure we can use the Reader.

let manifest = manifest_store.get_active().unwrap();
let identity: IdentityAssertion = manifest.find_assertion("cawg.identity").unwrap();

Expand Down

0 comments on commit 0b3c118

Please sign in to comment.