-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix mapCkbtcTransaction issue (#4091)
# Motivation There was a typo in the "Confirmed" retrieval status in `mapCkbtcTransaction`. The test would have failed before of the error logging, but another test mocked out the error logging and it wasn't reset. # Changes 1. `vi.restoreAllMocks` in `beforeEach`. 2. Fix the typo. 3. Fix another test which started logging an error about the memo not being decodable. # Tests updated # Todos - [ ] Add entry to changelog (if necessary). not necessary
- Loading branch information
Showing
2 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters