Skip to content

Commit

Permalink
reformatting too long line
Browse files Browse the repository at this point in the history
  • Loading branch information
mriehl committed Aug 14, 2013
1 parent 38440f1 commit 08766ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/unittest/python/hostexpand_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,9 @@ def test_should_ignore_inline_comments_when_expanding_file(self):
self.datafile.flush()

self.expand_and_assert(
self.datafile.name, "192.168.111.112", "192.168.111.113", "192.168.111.254")
self.datafile.name, "192.168.111.112",
"192.168.111.113",
"192.168.111.254")

def test_should_expand_single_file_with_two_names_to_ip_address(self):
when(hostexpander.socket).gethostbyname(
Expand Down

0 comments on commit 08766ea

Please sign in to comment.