Skip to content

Commit

Permalink
fix same account different memos test condition (#55)
Browse files Browse the repository at this point in the history
* fix same account different memos test condition

* increment version
  • Loading branch information
JakeUrban authored Jul 26, 2021
1 parent 403cfc4 commit 839af31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion @stellar/anchor-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stellar/anchor-tests",
"version": "0.1.4",
"version": "0.1.5",
"description": "stellar-anchor-tests is a library and command line interface for testing Stellar anchors.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion @stellar/anchor-tests/src/tests/sep12/putCustomer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ export const differentMemosSameAccount: Test = {
!config.sepConfig["12"].customers[
config.sepConfig["12"].sameAccountDifferentMemos[0]
] ||
config.sepConfig["12"].customers[
!config.sepConfig["12"].customers[
config.sepConfig["12"].sameAccountDifferentMemos[1]
]
) {
Expand Down

0 comments on commit 839af31

Please sign in to comment.