Skip to content

Commit

Permalink
ci: path resolving for windows grpc test
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Feb 24, 2024
1 parent 3f18ec8 commit b04deed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/message.integration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ describe('FFI integration test for the Message Consumer API', () => {
describe('with plugin contents (gRPC)', () => {
const protoFile = path
.join(__dirname, 'integration', 'grpc', 'route_guide.proto')
.replace('\\', '/')
.replace('\\\\', '/');
.replace('\\\\', '/')
.replace('\\', '/');

let port: number;

Expand Down

0 comments on commit b04deed

Please sign in to comment.