From c065e8928aecbbfef0541f140c14a5da1efd9b8d Mon Sep 17 00:00:00 2001 From: Kyle Lawlor-Bagcal Date: Tue, 2 Aug 2022 11:00:38 -0400 Subject: [PATCH] chore: remove duplicate scenario in msg_retire.feature --- x/ecocredit/core/features/msg_retire.feature | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/x/ecocredit/core/features/msg_retire.feature b/x/ecocredit/core/features/msg_retire.feature index bf75bfd6c2..05be4caa65 100644 --- a/x/ecocredit/core/features/msg_retire.feature +++ b/x/ecocredit/core/features/msg_retire.feature @@ -128,20 +128,3 @@ Feature: MsgRetire """ When the message is validated Then expect the error "invalid jurisdiction: foo, expected format [-[ ]]: parse error: invalid request" - - Scenario: an error is returned if jurisdiction is an empty string - Given the message - """ - { - "owner": "regen1depk54cuajgkzea6zpgkq36tnjwdzv4ak663u6", - "credits": [ - { - "batch_denom": "C01-001-20200101-20210101-001", - "amount": "100" - } - ], - "jurisdiction": "" - } - """ - When the message is validated - Then expect the error "jurisdiction cannot be empty, expected format [-[ ]]: parse error: invalid request"