Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Commit

Permalink
Fixed fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoio committed Nov 16, 2017
1 parent 4c918e2 commit 898d598
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/unit/fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ export class Fixtures {
transaction_id: "a4bb6ccd8ea5b0d0e2ff9c1dd473c675",
amount: -85.0,
currency: "GBP",
transaction_category: "Automated Teller (Cash) Machine",
transaction_category: "ATM",
meta: {
type: "Cash Point"
}
Expand All @@ -404,7 +404,7 @@ export class Fixtures {
transaction_id: "33aedca69d496d1e9c12934da2c33149",
amount: -85.0,
currency: "GBP",
transaction_category: "Automated Teller (Cash) Machine",
transaction_category: "ATM",
meta: {
type: "Cash Point"
}
Expand All @@ -415,7 +415,7 @@ export class Fixtures {
transaction_id: "a8912726fb215e5dd67a2e5ccc6359fe",
amount: -700.0,
currency: "GBP",
transaction_category: "DIRECT_DEBIT",
transaction_category: "S/O",
meta: {
type: "Standing Order"
}
Expand All @@ -426,7 +426,7 @@ export class Fixtures {
transaction_id: "b12d220e1eee58a88bc66b32c55c0326",
amount: -24.99,
currency: "GBP",
transaction_category: "DIRECT_DEBIT",
transaction_category: "S/O",
meta: {
type: "Standing Order"
}
Expand Down

0 comments on commit 898d598

Please sign in to comment.