diff --git a/tests/test2.py b/tests/test2.py deleted file mode 100644 index 3d9e31a..0000000 --- a/tests/test2.py +++ /dev/null @@ -1,8 +0,0 @@ -from cleanco import cleanco - -business_name = "Hello World, llc." -print("Inputted Business Name: %s" % business_name) -x = cleanco(business_name) -print("Clean Name: %s" % x.clean_name()) -print("Business Type: %s" % x.type()) -print("Country: %s" % x.country()) \ No newline at end of file