Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoverson committed Aug 29, 2023
1 parent 11bb548 commit 85ba75c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crates/wick/wick-asset-reference/src/asset_reference.rs
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,10 @@ mod test {
}

#[rstest::rstest]
#[case("/integration-tests/testdata/files/assets/test.fake.wasm", Ok("files/assets/test.fake.wasm"))]
#[case(
"/integration-tests/testdata/files/assets/test.fake.wasm",
Ok("files/assets/test.fake.wasm")
)]
#[case(
"/integration-tests/../integration-tests/testdata/files/./assets/test.fake.wasm",
Ok("files/assets/test.fake.wasm")
Expand Down

0 comments on commit 85ba75c

Please sign in to comment.