Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyrag committed Aug 19, 2022
1 parent 3f8079a commit ddac46e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions benthos/committed_transactions_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ tests:
- json_equals: [
{
"index": {
"_id": "TRANSACTION-foo-test-22",
"_id": "TRANSACTION-test-22",
"_index": "ledger"
}
},
Expand Down Expand Up @@ -83,7 +83,7 @@ tests:
},
{
"index": {
"_id": "ASSET-foo-test-bank-USD",
"_id": "ASSET-test-bank-USD",
"_index": "ledger"
}
},
Expand All @@ -104,7 +104,7 @@ tests:
},
{
"index": {
"_id": "ASSET-foo-test-world-USD",
"_id": "ASSET-test-world-USD",
"_index": "ledger"
}
},
Expand All @@ -125,7 +125,7 @@ tests:
},
{
"update": {
"_id": "ACCOUNT-foo-test-bank",
"_id": "ACCOUNT-test-bank",
"_index": "ledger"
}
},
Expand Down Expand Up @@ -164,7 +164,7 @@ tests:
},
{
"update": {
"_id": "ACCOUNT-foo-test-world",
"_id": "ACCOUNT-test-world",
"_index": "ledger"
}
},
Expand Down

0 comments on commit ddac46e

Please sign in to comment.