From 15cec29c46949baca407e0c985213fe6abbf86f5 Mon Sep 17 00:00:00 2001 From: Kris Brown Date: Wed, 20 Sep 2023 16:53:08 -0700 Subject: [PATCH] c is short for codom --- test/stdlib/models/FinSets.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/stdlib/models/FinSets.jl b/test/stdlib/models/FinSets.jl index 9f031bbd..7887388e 100644 --- a/test/stdlib/models/FinSets.jl +++ b/test/stdlib/models/FinSets.jl @@ -13,7 +13,7 @@ using .ThCategory @test id(2) == [1,2] @test compose([5], [1,1,1,3,2]) == [2] @test dom([5]) == 1 - @test codom([5]; context=(c=10,)) == 10 + @test codom([5]; context=(codom=10,)) == 10 end end