Skip to content

Commit

Permalink
more issues with tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Dec 17, 2024
1 parent e4985c5 commit 763f44a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/specs/logging/appenders/RollingFileAppenderTest.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ component extends="coldbox.system.testing.BaseModelTest" {
logBox
);

// mock LogBox
logBox = createMock( classname = "coldbox.system.logging.LogBox", clearMethod = true );
fileAppender.logBox = logBox;

fileappender.init( "MyFileAppender", props );

loge = createMock( "coldbox.system.logging.LogEvent" );
Expand Down

0 comments on commit 763f44a

Please sign in to comment.