Skip to content

Commit

Permalink
Merge branch 'development' of github.com:ColdBox/coldbox-platform int…
Browse files Browse the repository at this point in the history
…o development
  • Loading branch information
lmajano committed Oct 17, 2024
2 parents 68d9a9e + 9bf1940 commit 6814b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/testing/BaseTestCase.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ component extends="testbox.system.compat.framework.TestCase" accessors="true" {
variables.controller.getRequestService().removeContext();

// Reset the buffer if not committed
if( !getPageContextResponse().isCommitted() ){
if ( !getPageContextResponse().isCommitted() ) {
getPageContextResponse().reset();
}

Expand Down

0 comments on commit 6814b00

Please sign in to comment.