diff --git a/util.py b/util.py index fefe586..9780999 100644 --- a/util.py +++ b/util.py @@ -37,5 +37,5 @@ class Util: def test_function(self): print("test_function") - def test_function2(self): - print("test_function2") \ No newline at end of file + def test_function3(self): + print("test_function3") \ No newline at end of file