Skip to content

Commit

Permalink
fix project -> target_project typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanBaker committed Mar 10, 2022
1 parent 4b9d1d5 commit 3f99c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spectacles/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ def validate_content(
self.client, name=self.project, filters=filters
)
validator.validate(target_project)
target_results = project.get_results(validator="content")
target_results = target_project.get_results(validator="content")

return self._incremental_results(base=results, target=target_results)
else:
Expand Down

0 comments on commit 3f99c4c

Please sign in to comment.