Skip to content

Commit 265c3b0

Browse files
committed
Update tests to use 5.7 by default
1 parent ada4997 commit 265c3b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/swift-versions.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ describe("swift version resolver", () => {
2828

2929
it("identifies X versions", async () => {
3030
const version = await versions.verify("5", macOS);
31-
expect(version).toBe("5.6.3");
31+
expect(version).toBe("5.7");
3232
});
3333

3434
it("identifies versions based on system", async () => {

0 commit comments

Comments
 (0)