Skip to content
This repository was archived by the owner on Apr 11, 2023. It is now read-only.

Commit

Permalink
chore: improve name of test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xApotheosis committed Jul 2, 2022
1 parent c65326f commit 0baf714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/swapper/src/manager/SwapperManager.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ describe('SwapperManager', () => {
})
})

describe('get', () => {
describe('can get swapper instance from swappers', () => {
it('should return a swapper that has been added', () => {
const swapper = new SwapperManager()
swapper.addSwapper(SwapperType.Thorchain, new ThorchainSwapper(thorchainSwapperDeps))
Expand Down

0 comments on commit 0baf714

Please sign in to comment.