Skip to content

Commit

Permalink
tests: skip options tests
Browse files Browse the repository at this point in the history
Necessary since there's no display.
  • Loading branch information
donovanglover committed Nov 8, 2024
1 parent 455a5e0 commit cd35256
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/options.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
use sakaya::state::Options;

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

Expand Down

0 comments on commit cd35256

Please sign in to comment.