Skip to content

Commit

Permalink
TEST: update ratingscale test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremygray committed Jun 13, 2014
1 parent ab78ba1 commit 84f6b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psychopy/tests/test_all_visual/test_ratingScale.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def test_init_scales(self):

# defaults: ---------
r = copy.copy(self.r)
assert len(repr(r).split(',')) == 48
assert len(repr(r).split(',')) == 49
assert (r.low, r.high, r.precision) == (1, 7, 1)
assert (r.markerStyle, r.markerStart, r.markerPlaced) == ('triangle', None, False)

Expand Down

0 comments on commit 84f6b33

Please sign in to comment.