Skip to content

Commit

Permalink
chore: better default usage
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jun 30, 2024
1 parent b18b26f commit 2fc8633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ mod tests {
0x0100,
TestOptions {
boot_rom: Some(BootRom::Dmg),
..TestOptions::default()
..Default::default()
},
)
.unwrap();
Expand Down

0 comments on commit 2fc8633

Please sign in to comment.