Skip to content

Commit

Permalink
edit test name
Browse files Browse the repository at this point in the history
  • Loading branch information
codingki committed Apr 3, 2024
1 parent 247b75a commit 34ef4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RouteDisplay/__test__/make-step.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { makeStepState } from "../make-step-state";
import { cosmoshubATOMToAkashATOM } from "./route-to-test";
import { createRoute } from "./utils";

test("make-step: Noble USDC to Injective INJ", async () => {
test("make-step: cosmoshub ATOM to Akash ATOM", async () => {
const { direction, amount, sourceAsset, sourceAssetChainID, destinationAsset, destinationAssetChainID, swapVenue } =
cosmoshubATOMToAkashATOM;

Expand Down

0 comments on commit 34ef4af

Please sign in to comment.