Skip to content

Commit

Permalink
Update packages/integration-tests/src/entities.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Roman Petriv <[email protected]>
  • Loading branch information
pcheremu and Romsters authored Mar 6, 2024
1 parent 2f2d13f commit b31711c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integration-tests/src/entities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export enum TransactionsType {
withdrawal = "withdrawal",
}

export enum TransactionsStatus {
export enum TransactionStatus {
failed = "failed",
}

Expand Down

0 comments on commit b31711c

Please sign in to comment.