Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Jul 8, 2021
1 parent 09151ab commit 83e3856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/spanner_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

'use strict';

const PROTO_DIR = __dirname + '../../third_party/googleapis';
const PROTO_DIR = __dirname + '/../../third_party/googleapis';

const protoLoader = require('@grpc/proto-loader');
const assert = require('assert');
Expand Down

0 comments on commit 83e3856

Please sign in to comment.