mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-10 09:35:34 +00:00
remove extra whitespace
This commit is contained in:
@@ -37,7 +37,6 @@ def test_cassette_play_counter():
|
|||||||
assert a.play_counts['foo'] == 1
|
assert a.play_counts['foo'] == 1
|
||||||
assert a.play_counts['bar'] == 1
|
assert a.play_counts['bar'] == 1
|
||||||
|
|
||||||
|
|
||||||
def test_cassette_append():
|
def test_cassette_append():
|
||||||
a = Cassette('test')
|
a = Cassette('test')
|
||||||
a.append('foo', 'bar')
|
a.append('foo', 'bar')
|
||||||
|
|||||||
Reference in New Issue
Block a user