Skip to content

Commit

Permalink
test: rename scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
amagyar-iohk committed Mar 29, 2024
1 parent 09cee07 commit d28b753
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit d28b753

Please sign in to comment.