From d28b7535621bcd046bfc2fb111901e88cd581bc0 Mon Sep 17 00:00:00 2001 From: Allain Magyar Date: Wed, 27 Mar 2024 22:12:19 -0600 Subject: [PATCH] test: rename scenario --- .../Source/Features/AnoncredProofOfRequestFeature.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/E2E/e2eTests/Source/Features/AnoncredProofOfRequestFeature.swift b/E2E/e2eTests/Source/Features/AnoncredProofOfRequestFeature.swift index b41b4c53..36260544 100644 --- a/E2E/e2eTests/Source/Features/AnoncredProofOfRequestFeature.swift +++ b/E2E/e2eTests/Source/Features/AnoncredProofOfRequestFeature.swift @@ -2,15 +2,15 @@ import XCTest final class AnoncredProofOfRequestFeature: Feature { override func title() -> String { - "Provide proof of request" + "Provide anonymous proof of request" } override func description() -> String { - "The Edge Agent should provide proof to Cloud Agent" + "The Edge Agent should provide anonymous proof to Cloud Agent" } func testRespondToProofOfRequest() async throws { - currentScenario = Scenario("Respond to request proof") + currentScenario = Scenario("Respond to anonymous request proof") .given("Cloud Agent is connected to Edge Agent") .and("Edge Agent has '1' anonymous credentials issued by Cloud Agent") .when("Cloud Agent asks for anonymous present-proof")