Skip to content

Commit

Permalink
Add fastboot3DS FIRM as data for FIRM tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Maccraft123 committed Nov 20, 2023
1 parent d97cde5 commit 824fc9a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cytryna/src/firm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ mod tests {
use super::{Firm, FirmwareSection, FirmSignature, CopyMethod};
#[test]
fn test_firm_building() {
let input = include_bytes!("../fastboot3DS.firm");
let input = include_bytes!("../testdata/fastboot3DS.firm");
let input_firm = Firm::from_bytes(input).unwrap();

let hdr = input_firm.header();
Expand Down
Binary file added cytryna/testdata/fastboot3DS.firm
Binary file not shown.

0 comments on commit 824fc9a

Please sign in to comment.