Skip to content

Commit

Permalink
test: fix wasm with adding fs feature gates
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Aug 20, 2024
1 parent 7a9ab2f commit 928c41a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/containers/file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ mod test {
schema_id: rgb::SchemaId::from_str(
"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA#distant-history-exotic",
)
.unwrap(),
.unwrap(),
flags: Default::default(),
timestamp: Default::default(),
issuer: Default::default(),
Expand Down Expand Up @@ -365,7 +365,7 @@ mod test {
schema_id: rgb::SchemaId::from_str(
"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA#distant-history-exotic",
)
.unwrap(),
.unwrap(),
flags: Default::default(),
timestamp: Default::default(),
issuer: Default::default(),
Expand Down Expand Up @@ -404,6 +404,7 @@ mod test {
}
}

#[cfg(feature = "fs")]
#[test]
fn transfer_save_load_round_trip() {
let transfer =
Expand Down

0 comments on commit 928c41a

Please sign in to comment.