Skip to content

Commit

Permalink
tests: test default options
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover committed Nov 8, 2024
1 parent 9a8081c commit 885f438
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/options.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
use sakaya::state::Options;

#[test]
fn options_default() {
let options: Options = Default::default();

assert_eq!(options.wine_prefix, "/mnt/wine32");
}

0 comments on commit 885f438

Please sign in to comment.