fix testfile call

This commit is contained in:
Adrien Delorme 2019-05-06 15:47:53 +02:00
parent 2890687b2b
commit 73a55631c4
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ func TestBuildParallel_2(t *testing.T) {
args := []string{
fmt.Sprintf("-parallel-builds=3"),
filepath.Join(testFixture("parallel"), "2lock-4wg"),
filepath.Join(testFixture("parallel"), "2lock-4wg.json"),
}
wg := errgroup.Group{}