Skip to content

Commit

Permalink
fix test breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
Th3-M4jor committed Aug 10, 2024
1 parent 38851dc commit 2563f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/nostrum/cache/user_cache_meta_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ defmodule Nostrum.Cache.UserCacheMetaTest do

describe "get/1" do
test "returns error tuple on unknown user" do
assert {:error, _reason} = @cache.get(120_815_092_581_902_580, @cache)
assert {:error, _reason} = @cache.get(120_815_092_581_902_580)
end

test "returns cached user on known user" do
Expand Down

0 comments on commit 2563f25

Please sign in to comment.