Skip to content

Commit

Permalink
Format.
Browse files Browse the repository at this point in the history
  • Loading branch information
CPWstatic committed Sep 30, 2021
1 parent 0b6306b commit 64b6fed
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
# attached with Common Clause Condition 1.0, found in the LICENSES directory.
Feature: Verify client version

Scenario: compatible version
Given nothing
When connecting the servers with a compatible client version
Then the connection should be established
Scenario: compatible version
Given nothing
When connecting the servers with a compatible client version
Then the connection should be established

Scenario: incompactible version
Given nothing
When connecting the servers with a client version of 100.0.0
Then the connection should be rejected
Scenario: incompactible version
Given nothing
When connecting the servers with a client version of 100.0.0
Then the connection should be rejected

0 comments on commit 64b6fed

Please sign in to comment.