Skip to content

Commit

Permalink
Update test_kmodes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nicodv committed Apr 28, 2015
1 parent 7c430de commit 8c9dd71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kmodes/tests/test_kmodes.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

from nose.tools import assert_equal

def test_mode_from_dict(dic):
def test_mode_from_dict():
assert_equal(1, 1)

0 comments on commit 8c9dd71

Please sign in to comment.