Skip to content

Commit

Permalink
protos multiple missing
Browse files Browse the repository at this point in the history
  • Loading branch information
merighifacundo committed Jul 4, 2021
1 parent f520378 commit d5b9bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/app.test.js
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 d5b9bae

Please sign in to comment.