Skip to content

Commit d28b753

Browse files
committed
test: rename scenario
1 parent 09cee07 commit d28b753

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

E2E/e2eTests/Source/Features/AnoncredProofOfRequestFeature.swift

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ import XCTest
22

33
final class AnoncredProofOfRequestFeature: Feature {
44
override func title() -> String {
5-
"Provide proof of request"
5+
"Provide anonymous proof of request"
66
}
77

88
override func description() -> String {
9-
"The Edge Agent should provide proof to Cloud Agent"
9+
"The Edge Agent should provide anonymous proof to Cloud Agent"
1010
}
1111

1212
func testRespondToProofOfRequest() async throws {
13-
currentScenario = Scenario("Respond to request proof")
13+
currentScenario = Scenario("Respond to anonymous request proof")
1414
.given("Cloud Agent is connected to Edge Agent")
1515
.and("Edge Agent has '1' anonymous credentials issued by Cloud Agent")
1616
.when("Cloud Agent asks for anonymous present-proof")

0 commit comments

Comments
 (0)