Skip to content

Commit

Permalink
test: use correct assembly name for SpecFlowCucumberResultsExporter i…
Browse files Browse the repository at this point in the history
…n specflow.json
  • Loading branch information
tnotheis committed Oct 23, 2023
1 parent 9f13eb1 commit 256b62a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AdminUi/test/AdminUi.Tests.Integration/specflow.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"stepAssemblies": [
{
"assembly": "SpecFlowCucumberResultsExporter"
"assembly": "Backbone.SpecFlowCucumberResultsExporter"
}
]
}
2 changes: 1 addition & 1 deletion ConsumerApi.Tests.Integration/specflow.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"stepAssemblies": [
{
"assembly": "SpecFlowCucumberResultsExporter"
"assembly": "Backbone.SpecFlowCucumberResultsExporter"
}
]
}

0 comments on commit 256b62a

Please sign in to comment.