Skip to content

Commit

Permalink
protos multiple missing
Browse files Browse the repository at this point in the history
  • Loading branch information
merighifacundo authored and anonrig committed Jul 4, 2021
1 parent b2e1b84 commit 705e6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/app.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ test.cb('should handle multiple protos request', t => {
t.plan(5)
const APP_HOST = tu.getHost()
const PROTO_ROOT_FOLDER = path.resolve(__dirname, './protos')
const PROTO_ROOT_MULTIPLE = path.resolve(__dirname, './protosnewroute')
const PROTO_ROOT_MULTIPLE = path.resolve(__dirname, './protosmultiple')
const PROTO_PATH = path.resolve(__dirname, './protos/helloworld.proto')

function sayHello (ctx) {
Expand Down

0 comments on commit 705e6e7

Please sign in to comment.