Skip to content
This repository has been archived by the owner on Jan 29, 2025. It is now read-only.

Commit

Permalink
test edits and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tiftran committed Oct 25, 2021
1 parent 8ce87f0 commit d15396b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion normandy/recipes/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ def to_jexl(self, revision):
)

def get_capabilities(self):
return {"jexl.context.env.version", "jexl.transform.versionCompare"}
return {"jexl.context.env.version", "jexl.transform.versionCompare"}


class VersionRangeFilter(BaseFilter):
Expand Down
2 changes: 2 additions & 0 deletions normandy/recipes/tests/test_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ def test_throws_error_on_bad_date(self):


class TestVersionFilter(FilterTestsBase):
should_be_baseline = False

def create_basic_filter(self, versions=None):
if versions is None:
versions = [72, 74]
Expand Down

0 comments on commit d15396b

Please sign in to comment.