Skip to content

Commit 6590e70

Browse files
authored
[DI] Change test name to better highlight what is being tested (#5540)
1 parent ca02e1d commit 6590e70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integration-tests/debugger/basic.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ describe('Dynamic Instrumentation', function () {
423423
}))
424424
})
425425

426-
it('should report error if condition is invalid', function (done) {
426+
it('should report error if condition cannot be compiled', function (done) {
427427
t.agent.on('debugger-diagnostics', ({ payload }) => {
428428
payload.forEach(({ debugger: { diagnostics } }) => {
429429
if (diagnostics.status === 'ERROR') {

0 commit comments

Comments
 (0)