Skip to content

Commit

Permalink
fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
Th3-M4jor committed Jun 22, 2024
1 parent cc30361 commit 71d9ac1
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 @@ -89,7 +89,7 @@ defmodule Nostrum.Cache.UserCacheMetaTest do

describe "update/1" do
test "returns `{nil, after}` on uncached user" do
payload = %{id: 8_284_967_893_178_597_859_421}
payload = %{id: 8_284_967_893_178_597}
expected = {nil, User.to_struct(payload)}
assert ^expected = @cache.update(payload)
end
Expand Down

0 comments on commit 71d9ac1

Please sign in to comment.