Skip to content

Commit

Permalink
Fix test for mozfun.norm.result_type_to_product_name (#4487)
Browse files Browse the repository at this point in the history
  • Loading branch information
relud authored and kik-kik committed Nov 14, 2023
1 parent a3488bc commit 576441a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/mozfun/norm/result_type_to_product_name/udf.sql
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ RETURNS STRING AS (

-- Tests
SELECT
assert.null(norm.result_type_to_product_name("not a valid type"))
assert.equals("other", norm.result_type_to_product_name("not a valid type"))

0 comments on commit 576441a

Please sign in to comment.