Skip to content

Commit abd1829

Browse files
committed
update cache tests
Signed-off-by: Matteo Cafasso <[email protected]>
1 parent c2ea628 commit abd1829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cache_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ defmodule RabbitMQ.CacheTest do
7070
end
7171

7272
test "drop the cache", %{cache: cache, cache_ttl: _} do
73-
{:atomic, :ok} = RabbitMQ.Cache.drop(cache)
73+
:ok = RabbitMQ.Cache.drop(cache)
7474

7575
assert Enum.member?(Mnesia.system_info(:tables), cache) == false
7676
end

0 commit comments

Comments
 (0)