Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mkusaka committed Sep 30, 2023
1 parent 551e336 commit e32ad97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/connect-migrate/src/migrations/v0.13.1.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ describe("migration", function () {
expect(packageJsonWritten.length).toBe(1);
expect(packageJsonWritten[0].pkg).toEqual({
dependencies: {
"@connectrpc/connect": "^1.0.0-rc1",
"@connectrpc/connect": "^1.0.0",
},
});
expect(lockFilesUpdated.length).toBe(1);
Expand Down

0 comments on commit e32ad97

Please sign in to comment.