1 commit 34d1da31d87d90beae1dacd303ab166cecbd2baa
2 Author: Lein Matsumaru <applePrincess@applePrincess.io>
3 Date: Tue May 21 12:22:12 2024 +0000
7 diff --git a/tests/sherlock_interactives.py b/tests/sherlock_interactives.py
8 index d0424af..59c7bd2 100644
9 --- a/tests/sherlock_interactives.py
10 +++ b/tests/sherlock_interactives.py
11 @@ -10,7 +10,7 @@ class Interactives:
12 if platform.system == "Windows":
13 command:str = f"py -m sherlock {args}"
15 - command:str = f"sherlock {args}"
16 + command:str = f"@sherlockBin@ {args}"