Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Commit

Permalink
🎨 pylinty
Browse files Browse the repository at this point in the history
  • Loading branch information
a5huynh committed Feb 12, 2016
1 parent 7ef9c85 commit cced318
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test_sidekick.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# @Author: ahuynh
# @Date: 2015-06-18 20:15:30
# @Last Modified by: ahuynh
# @Last Modified time: 2016-02-11 16:41:47
# @Last Modified time: 2016-02-11 16:42:23
import unittest

from sidekick import announce_services, check_name, find_matching_container
Expand Down Expand Up @@ -32,7 +32,8 @@ def setUp( self ):
'PublicPort': 9300}],
'Created': 1427906382,
'Names': ['/test'],
'Status': 'Up 2 days'}
'Status': 'Up 2 days'
}

def test_announce_services( self ):
""" Test `announce_services` functionality """
Expand Down

0 comments on commit cced318

Please sign in to comment.