From 34ef4af58a9d8a81d0942b093c47943456b9505c Mon Sep 17 00:00:00 2001 From: Nur Fikri Date: Thu, 4 Apr 2024 00:52:18 +0700 Subject: [PATCH] edit test name --- src/components/RouteDisplay/__test__/make-step.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/RouteDisplay/__test__/make-step.test.tsx b/src/components/RouteDisplay/__test__/make-step.test.tsx index b54c3299..c5eed1fe 100644 --- a/src/components/RouteDisplay/__test__/make-step.test.tsx +++ b/src/components/RouteDisplay/__test__/make-step.test.tsx @@ -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;