From 8898099b95e9792d25c11a5987a5cfcfc8f67451 Mon Sep 17 00:00:00 2001 From: Matthew Nibecker Date: Tue, 11 Aug 2026 12:51:38 -0700 Subject: [PATCH] Fix non-sensical fusion value in test --- runtime/ztests/expr/is-null.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/ztests/expr/is-null.yaml b/runtime/ztests/expr/is-null.yaml index eb80c0dd90..a6509b9011 100644 --- a/runtime/ztests/expr/is-null.yaml +++ b/runtime/ztests/expr/is-null.yaml @@ -6,7 +6,7 @@ input: | fusion("foo"::(string|null),) null null::(int64|null) - fusion(null::(int64|null),) + fusion(null::(int64|null),) error("missing") error("foo")