1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 01:03:24 +00:00

remove extra whitespace

This commit is contained in:
Kevin McCarthy
2013-08-07 21:42:17 -10:00
parent d322bc01da
commit ac2f21b318

View File

@@ -37,7 +37,6 @@ def test_cassette_play_counter():
assert a.play_counts['foo'] == 1
assert a.play_counts['bar'] == 1
def test_cassette_append():
a = Cassette('test')
a.append('foo', 'bar')