Skip to content

Commit

Permalink
Fixed typo introduced while modifying tests
Browse files Browse the repository at this point in the history
Thanks to @sunil07t for the catch!
  • Loading branch information
shankari committed Jun 30, 2016
1 parent b1eed9e commit 9ba9511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emission/tests/analysisTests/TestSimilarity.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def testDeleteBins(self):

def testElbowDistance(self):
start = [-122,47]
end = [-133,47]
end = [-123,47]
now = time.time()
t = etatc._createTripEntry(self, now, now, start, end)
data = [t] * 11
Expand Down

0 comments on commit 9ba9511

Please sign in to comment.