aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/io/null_io_test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/tests/io/null_io_test.rs')
-rw-r--r--crates/shirabe/tests/io/null_io_test.rs5
1 files changed, 4 insertions, 1 deletions
diff --git a/crates/shirabe/tests/io/null_io_test.rs b/crates/shirabe/tests/io/null_io_test.rs
index 75678b90..1627e91f 100644
--- a/crates/shirabe/tests/io/null_io_test.rs
+++ b/crates/shirabe/tests/io/null_io_test.rs
@@ -79,7 +79,10 @@ fn test_select() {
PhpMixed::String("1".to_string()),
io.select(
"question".to_string(),
- vec!["item1".to_string(), "item2".to_string()],
+ PhpMixed::List(vec![
+ PhpMixed::String("item1".to_string()),
+ PhpMixed::String("item2".to_string()),
+ ]),
PhpMixed::String("1".to_string()),
PhpMixed::Int(2),
"foo".to_string(),