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
remove empty jail.go file that was causing test failures
The empty jail.go file was causing Go tests to fail with:
'expected 'package', found 'EOF''
Removed the 0-byte file to fix test execution.
All tests now pass and build continues to work.
Fixes test failures in the root package.
Co-authored-by: f0ssel <[email protected]>
0 commit comments