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_max_returns_highest_value(self):
maximum = tg.find_max([[183.32], [231.23], [16.43], [50.21],
[508.97], [212.05], [1.0]])
assert maximum == 508.97