Remove remnant from merge collision

This commit is contained in:
Griatch 2018-10-13 19:33:06 +02:00
parent 28fe8685ed
commit c046976edc

View file

@ -144,4 +144,3 @@ class ThrottleTest(EvenniaTest):
# There should only be (cache_size * num_ips) total in the Throttle cache
self.assertEqual(sum([len(cache[x]) for x in cache.keys()]), throttle.cache_size * len(ips))
>>>>>>> develop