Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jupyterkat committed Dec 15, 2023
1 parent f0cf884 commit 21399bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/byondapi-rs-test/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ pub unsafe extern "C" fn test_list_read(argc: u4c, argv: *mut ByondValue) -> Byo
let args = parse_args(argc, argv);
let list = args.get(0).unwrap();

let map = list.get_list().unwrap();
let map = list.get_list_keys().unwrap();
let values = map
.into_iter()
.map(|item| item.get_string().unwrap())
Expand Down

0 comments on commit 21399bc

Please sign in to comment.