Skip to content

Commit a078a87

Browse files
committed
Fix naming.
1 parent d56ca82 commit a078a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/main/test_http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ def test_fail_because_entry_not_served(self):
374374
Mocket.assert_fail_if_entries_not_served()
375375

376376
@mocketize
377-
def test_fail_because_no_entries_not_served(self):
377+
def test_does_not_fail_because_no_entries_not_served(self):
378378
url = "http://github.com/fluidicon.png"
379379
second_url = "http://github.com/fluidicon.jpg"
380380
Entry.single_register(Entry.GET, url)

0 commit comments

Comments
 (0)