Skip to content

Commit

Permalink
test: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Baliasnikov committed Dec 19, 2022
1 parent aa05f08 commit 4f95007
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ package features.connection

import api_models.Connection
import api_models.Invitation
import common.Agents.Acme
import common.Agents.Bob
import common.Utils.lastResponseObject
import common.Utils.wait
import io.cucumber.java.en.Then
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e-tests/src/test/kotlin/runners/E2eTestsRunner.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import org.junit.runner.RunWith

@CucumberOptions(
features = [
"src/test/resources/features/present_proof"
"src/test/resources/features"
],
glue = ["features", "extentions"],
snippets = CucumberOptions.SnippetType.CAMELCASE,
Expand Down

0 comments on commit 4f95007

Please sign in to comment.