Skip to content

Commit 1a5e025

Browse files
committed
Update another test
Update another test to reflect to move of some packages from 'internal/pkg' to 'pkg'. Signed-off-by: Geoffroy Vallee <[email protected]>
1 parent b0dfcd3 commit 1a5e025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/sy/sy_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
"testing"
1313

1414
"github.com/sylabs/singularity-mpi/internal/pkg/implem"
15-
"github.com/sylabs/singularity-mpi/internal/pkg/sys"
15+
"github.com/sylabs/singularity-mpi/pkg/sys"
1616
)
1717

1818
func TestGetImageURL(t *testing.T) {

0 commit comments

Comments
 (0)