Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kondratyevd committed Mar 27, 2024
1 parent 4606f2a commit e906534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def test_processor_columns_number(b):

def test_processor_collections(b):
b.config["processor"]["columns"]["method"] = "collections"
b.config["processor"]["collections"]["values"] = ["Muon"]
b.config["processor"]["columns"]["values"] = ["Muon"]
b.run()
print(f"Successfully tested processing a collection of columns")

Expand Down

0 comments on commit e906534

Please sign in to comment.