From db0a86df5463720feec173098976d8050c6b0e40 Mon Sep 17 00:00:00 2001 From: Carlos Medeiros Date: Thu, 9 Jan 2025 15:09:10 +0000 Subject: [PATCH] fix coin value --- .github/workflows/reusable_swap_functional_tests.yml | 2 +- test/python/conftest.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable_swap_functional_tests.yml b/.github/workflows/reusable_swap_functional_tests.yml index 6e2876b8..45d7a9cd 100644 --- a/.github/workflows/reusable_swap_functional_tests.yml +++ b/.github/workflows/reusable_swap_functional_tests.yml @@ -186,7 +186,7 @@ jobs: - name: cardano repo: ${{ inputs.repo_for_cardano }} branch: ${{ inputs.branch_for_cardano }} - - name: cosmos + - name: ATOM repo: ${{ inputs.repo_for_cosmos }} branch: ${{ inputs.branch_for_cosmos }} diff --git a/test/python/conftest.py b/test/python/conftest.py index 65b2b084..209263ef 100644 --- a/test/python/conftest.py +++ b/test/python/conftest.py @@ -24,7 +24,7 @@ "DOT": "Polkadot", "tron": "Tron", "ton": "TON", - "cosmos": "Cosmos", + "ATOM": "Cosmos", "cardano": "Cardano ADA", }