Skip to content

Commit

Permalink
Fix test validation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
whitfin committed Sep 23, 2024
1 parent cf45d98 commit ae0edae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cachex_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ defmodule CachexTest do
assert(is_even(length(definitions)))

# verify the size to cause errors on addition/removal
assert(length(definitions) == 148)
assert(length(definitions) == 146)

# validate all definitions
for {name, arity} <- definitions do
Expand Down

0 comments on commit ae0edae

Please sign in to comment.