Skip to content

Commit a4b29c5

Browse files
committed
Fix test string
1 parent 3f9ba3d commit a4b29c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bolt-connection/test/connection/connection-channel.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ describe('ChannelConnection', () => {
119119
connection._id
120120
}][] Server located at ${address.asHostPort()} ` +
121121
`supplied an invalid connection receive timeout value (${metadata.hints['connection.recv_timeout_seconds']}). ` +
122-
'Please, verify the server configuration and status because this can a symptom of a bigger issue.'
122+
'Please, verify the server configuration and status because this can be the symptom of a bigger issue.'
123123
)
124124
}
125125
)

0 commit comments

Comments
 (0)