Skip to content

Commit

Permalink
A better test definition?
Browse files Browse the repository at this point in the history
  • Loading branch information
alcarney committed Oct 29, 2017
1 parent 2e96ff6 commit 4a044ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_channels_property(self, c_names):

# This should simply return a list of the available
# channels
assert driver.channels == c_names
assert set(driver.channels) == set(c_names)

# This attribute should be read only
with raises(AttributeError) as err:
Expand Down

0 comments on commit 4a044ac

Please sign in to comment.