Skip to content

Commit

Permalink
rerecord card test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
FairfullB committed Nov 11, 2024
1 parent 5b5c0da commit ed6f4cf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/cards/card_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defmodule PINXS.Cards.CardTest do
card = %Card{
number: "5520000000000000",
expiry_month: "12",
expiry_year: "20",
expiry_year: "30",
name: "Rubius Hagrid",
address_line1: "The Game Keepers Cottage",
address_city: "Hogwarts",
Expand All @@ -22,7 +22,7 @@ defmodule PINXS.Cards.CardTest do
with_proxy("cards.fixture") do
{:ok, response} = Card.create(card, client)

assert response.expiry_year == 2020
assert response.expiry_year == 2030
end
end

Expand Down
Binary file modified test/fixtures/card_with_missing_field.fixture
Binary file not shown.
Binary file modified test/fixtures/cards.fixture
Binary file not shown.

0 comments on commit ed6f4cf

Please sign in to comment.