Skip to content

Commit 0d2253b

Browse files
committed
fix changed test file paths
Signed-off-by: vsoch <[email protected]>
1 parent c332f68 commit 0d2253b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/pkg/build/sources/conveyorPacker_scratch_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
"github.com/sylabs/singularity/pkg/build/types/parser"
1818
)
1919

20-
const scratchDef = "../../../../pkg/build/types/parser/testdata_good/scratch/scratch"
20+
const scratchDef = "../../../../pkg/build/types/parser/deffile_test/testdata_good/scratch/scratch"
2121

2222
func TestScratchConveyor(t *testing.T) {
2323
if testing.Short() {

pkg/build/types/definition_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func TestNewDefinitionFromJSON(t *testing.T) {
4242
{JSON: `{"Key1": "Value1", "Key2": "Value2."}`, shouldPass: true},
4343
}
4444

45-
const singularityJSON = "parser/testdata_good/docker/docker.json"
45+
const singularityJSON = "parser/deffile_test/testdata_good/docker/docker.json"
4646
// We do not have a valid example file that we can use to reach the corner cases, so we define a fake JSON
4747
const validSingularityJSON = `
4848
{

0 commit comments

Comments
 (0)