From 18f23bb2d52e310946a134cdb81160cd2d7ece7f Mon Sep 17 00:00:00 2001 From: Kampfkarren Date: Sat, 6 Jul 2024 14:11:09 -0700 Subject: [PATCH] Update invalid_std_yaml --- selene/tests/validate_config/invalid_std_yaml/rich_output.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selene/tests/validate_config/invalid_std_yaml/rich_output.txt b/selene/tests/validate_config/invalid_std_yaml/rich_output.txt index 571e3e62..abe87130 100644 --- a/selene/tests/validate_config/invalid_std_yaml/rich_output.txt +++ b/selene/tests/validate_config/invalid_std_yaml/rich_output.txt @@ -1,4 +1,4 @@ -error: failed to parse yml file `./tests/validate_config/invalid_std_yaml/std.yml`: unknown field `bad`, expected one of `base`, `name`, `globals`, `structs`, `last_updated`, `last_selene_version`, `roblox_classes` +error: failed to parse yml file `./tests/validate_config/invalid_std_yaml/std.yml`: unknown field `bad`, expected one of `base`, `name`, `globals`, `structs`, `lua_versions`, `last_updated`, `last_selene_version`, `roblox_classes` ┌─ std.yml:1:1 │ 1 │ bad: true