Skip to content

Commit

Permalink
removed outdated test
Browse files Browse the repository at this point in the history
  • Loading branch information
jlashner committed Nov 11, 2020
1 parent b55650a commit b74e6ed
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/test_aggregator.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,10 +363,3 @@ def test_g3_cast():
for x in incorrect_tests:
with pytest.raises(TypeError) as e_info:
g3_cast(x)

# Tests related to #148
def test_arbitrary_args_to_provider():
"""Unexpected kwargs should be ignored."""
malformed_agg_params = {'not a valid key': 60,
'frame length': 120}
provider = Provider('test_provider', 'test_sessid', 3, 1, **malformed_agg_params)

0 comments on commit b74e6ed

Please sign in to comment.