From 3c0ef749324a10a6f2743bf688a7be0e1493ec7d Mon Sep 17 00:00:00 2001 From: alpharush <0xalpharush@protonmail.com> Date: Mon, 6 Mar 2023 10:52:10 -0600 Subject: [PATCH] fmt --- tests/test_features.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_features.py b/tests/test_features.py index 247d955a4..0fafb6daf 100644 --- a/tests/test_features.py +++ b/tests/test_features.py @@ -161,7 +161,8 @@ def test_arithmetic_usage() -> None: assert { f.source_mapping.content_hash for f in unchecked_arithemtic_usage(slither.contracts[0]) } == {"2b4bc73cf59d486dd9043e840b5028b679354dd9", "e4ecd4d0fda7e762d29aceb8425f2c5d4d0bf962"} - + + def test_using_for_global_collision(slither_from_dir): with slither_from_dir("./tests/using-for-global-collision") as sl: _run_all_detectors(sl)