You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: corrected logical operator in non-external-protocol? function
The `or` operator was being used incorrectly, causing all tests to be executed. Changed to `and` to ensure that only non-external protocol tests are executed.
Signed-off-by: Avelino <[email protected]>
0 commit comments