Skip to content

Commit d35cc8a

Browse files
committed
test: remove unused test function
1 parent a3e39c0 commit d35cc8a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/checker_generator.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,6 @@ def gen_check_notification_list_callback(check_fn, veredict_checker)
9191
->(notification) { check_list(notification, check_fn, veredict_checker) }
9292
end
9393

94-
def |(check_fn, veredict_checker)
95-
->(notification, _notification_type) { check_list(notification, check_fn, veredict_checker) }
96-
end
97-
9894
def gen_check_notification_hash_list_callback(check_fn, veredict_checker)
9995
->(notification, _notification_type) { check_hash_list(notification, check_fn, veredict_checker) }
10096
end

0 commit comments

Comments
 (0)