From 728919fbed55a13ce4365f04977f04196c3d6276 Mon Sep 17 00:00:00 2001 From: Aaron Craelius Date: Tue, 11 Jun 2024 16:58:46 -0400 Subject: [PATCH] Update x/ecocredit/base/keeper/features/msg_create_or_update_application.feature Co-authored-by: Paul Weidner --- .../keeper/features/msg_create_or_update_application.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/ecocredit/base/keeper/features/msg_create_or_update_application.feature b/x/ecocredit/base/keeper/features/msg_create_or_update_application.feature index 3f5cdf2d07..8ee68ca5c7 100644 --- a/x/ecocredit/base/keeper/features/msg_create_or_update_application.feature +++ b/x/ecocredit/base/keeper/features/msg_create_or_update_application.feature @@ -61,7 +61,7 @@ Feature: Msg/CreateOrUpdateApplication Then expect error contains "unauthorized" And expect the application for "P001" to "C01" exists with metadata "abc123" - Rule: project admins cannot withdraw a project with an accepted enrollment (a credit class issuer must do that) + Rule: project admins cannot withdraw a project with an accepted enrollment Scenario: project is accepted and admin attempts to withdraw the application Given an application for "P001" to "C01" with metadata "abc123" And the application for "P001" to "C01" is accepted