From 060a69aed23c277c666d1316fc818c2a04d73414 Mon Sep 17 00:00:00 2001 From: Joshua Warner Date: Fri, 4 Nov 2022 09:47:35 -0400 Subject: [PATCH] Fix CI --- .../tests/snapshots/fail/pattern_binds_keyword.expr.result-ast | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/compiler/parse/tests/snapshots/fail/pattern_binds_keyword.expr.result-ast b/crates/compiler/parse/tests/snapshots/fail/pattern_binds_keyword.expr.result-ast index 03fd8f2cf8..0843d5c707 100644 --- a/crates/compiler/parse/tests/snapshots/fail/pattern_binds_keyword.expr.result-ast +++ b/crates/compiler/parse/tests/snapshots/fail/pattern_binds_keyword.expr.result-ast @@ -1 +1 @@ -Expr(When(Condition(Start(@30), @29), @24), @0) \ No newline at end of file +Expr(When(Arrow(@24), @24), @0) \ No newline at end of file