Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def test_find_min_returns_lowest_value(self):
minimum = tg.find_min([[183.32], [231.23], [16.43], [50.21],
[508.97], [212.05], [1.0]])
assert minimum == 1.0