Skip to content

Commit

Permalink
updating tests due to async storages
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Apr 21, 2022
1 parent 3c26cf7 commit f706744
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test-harness/tests/specs/DebuggerTest.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,11 @@ component extends="coldbox.system.testing.BaseTestCase" appMapping="/root" {
renderResults = true
);
expect( timer.getTimers() ).notToBeEmpty( "Timers should not be empty" );
expect( debuggerService.getProfilerStorage() ).notToBeEmpty( "profiler storage should not be empty" );
expect( debuggerService.getTracers() ).notToBeEmpty( "Tracers should not be empty" );
expect( request.cbDebugger ).notToBeEmpty( "request debugger should not be empty" );
} );

debug( timer.getTimers() );
debug( debuggerService.getProfilerStorage() );
debug( debuggerService.getTracers() );
debug( request.cbDebugger );
} );
} );
}
Expand Down

0 comments on commit f706744

Please sign in to comment.