0.1.0-0-pre.7
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// file: crates/apps/game-android-entrypoint/unit_tests/selection.rs
|
||||
// version: 1
|
||||
|
||||
#[test]
|
||||
fn no_feature_entrypoint_has_failure_status() {
|
||||
#[cfg(not(any(feature = "reflex", feature = "snake")))]
|
||||
assert_eq!(crate::run_selected_game(), 2);
|
||||
}
|
||||
Reference in New Issue
Block a user