Skip to content

Commit 14477a6

Browse files
rokiyamaanas10
authored andcommitted
Revert order v3/v2/v1
1 parent 3b9eea5 commit 14477a6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

integration-tests/lockfile/lockfile.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ testLockFile() {
2424
test -f patches/left-pad+1.3.0.patch || exit 1
2525
}
2626

27-
echo "test lockfile v1"
28-
testLockFile 1
27+
echo "test lockfile v3"
28+
testLockFile 3
2929

3030
echo "test lockfile v2"
3131
testLockFile 2
3232

33-
echo "test lockfile v3"
34-
testLockFile 3
33+
echo "test lockfile v1"
34+
testLockFile 1

0 commit comments

Comments
 (0)