Skip to content

Commit

Permalink
c is short for codom
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Brown authored and olynch committed Sep 20, 2023
1 parent 5f3fec9 commit 15cec29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/stdlib/models/FinSets.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 15cec29

Please sign in to comment.