summaryrefslogtreecommitdiff
path: root/tests/debug.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/debug.rs')
-rw-r--r--tests/debug.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/debug.rs b/tests/debug.rs
index 3bb6b8b..24c8adc 100644
--- a/tests/debug.rs
+++ b/tests/debug.rs
@@ -7,7 +7,7 @@ fn test_debug_format() -> Result<()> {
// Globals
let globals = lua.globals();
let dump = format!("{globals:#?}");
- assert!(dump.starts_with("{\n [\"_G\"] = table:"));
+ assert!(dump.starts_with("{\n _G = table:"));
// TODO: Other cases