Skip to content

Commit

Permalink
Move fixtures into validation_method folder for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe committed Feb 27, 2025
1 parent ced18a0 commit 3e4164c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ async fn malformed_cbor() {
// [Section 5.2, “CBOR schema”]: https://cawg.io/identity/1.1-draft/#_cbor_schema

let format = "image/jpeg";
let test_image = include_bytes!("../fixtures/validation_errors/malformed_cbor.jpg");
let test_image = include_bytes!("../fixtures/validation_method/malformed_cbor.jpg");

let mut test_image = Cursor::new(test_image);

Expand Down

0 comments on commit 3e4164c

Please sign in to comment.