Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Jan 14, 2025
1 parent 7544b7c commit 2259db8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class OxWebSocketTest extends AnyFlatSpec with BeforeAndAfterAll with Matchers w
val errCounter = new AtomicInteger()

override def apply(level: LogLevel, message: => String, t: Option[Throwable], context: Map[String, Any]): Unit =
errCounter.incrementAndGet().discard
if level == LogLevel.Error then errCounter.incrementAndGet().discard else msgCounter.incrementAndGet().discard

it should "work with LoggingBackend" in supervised {
val logger = new TestLogger()
Expand Down

0 comments on commit 2259db8

Please sign in to comment.