aboutsummaryrefslogtreecommitdiff
path: root/aoc2023/build/dev/erlang/adglent/include/showtime@tests@test_MetaShould.hrl
blob: a814a9343255b380766de6fbb5d499be6ceac019 (plain)
1
2
3
4
-record(meta_should, {
    equal :: fun((any(), any()) -> nil),
    not_equal :: fun((any(), any()) -> nil)
}).