From 01bdaa308d37db94419fb789396da971c364c2c3 Mon Sep 17 00:00:00 2001 From: Jeff Date: Sun, 18 Feb 2024 10:59:49 -0500 Subject: [PATCH] Fix test --- tests/as.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/as.rs b/tests/as.rs index 18a4344..a5097ea 100644 --- a/tests/as.rs +++ b/tests/as.rs @@ -42,11 +42,11 @@ fn conversion_runtime_error() { to: Type::List(Box::new(Type::Map(None))), position: SourcePosition { start_byte: 0, - end_byte: 0, - start_row: 0, + end_byte: 33, + start_row: 1, start_column: 0, - end_row: 0, - end_column: 0 + end_row: 1, + end_column: 33, } })) )