Skip to content

Commit

Permalink
Update src/canisters/frontend/ic-asset/src/asset/config.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Swanson <[email protected]>
  • Loading branch information
Marcin Nowak-Liebiediew and ericswanson-dfinity authored Nov 6, 2023
1 parent ccc77c2 commit a2207fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/canisters/frontend/ic-asset/src/asset/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,8 @@ mod with_tempdir {
.unwrap()
};

assert_eq!(x.allow_raw_access, y.allow_raw_access);
assert_eq!(x.allow_raw_access, false);
assert_eq!(y.allow_raw_access, false);
assert_eq!(x, y);
}
}

0 comments on commit a2207fc

Please sign in to comment.