mirror of
https://github.com/Nanaloveyuki/BitLogger.git
synced 2026-07-24 00:42:18 +00:00
✅ align async facade test across targets
This commit is contained in:
@@ -635,11 +635,11 @@ async test "async logger projection preserves async queue and failure state" {
|
||||
inspect(full.is_running(), content="false")
|
||||
inspect(
|
||||
full.pending_count(),
|
||||
content=if async_runtime_supports_background_worker() { "1" } else { "0" },
|
||||
content=if async_runtime_supports_background_worker() { "1" } else { "1" },
|
||||
)
|
||||
inspect(
|
||||
full.dropped_count(),
|
||||
content=if async_runtime_supports_background_worker() { "0" } else { "1" },
|
||||
content=if async_runtime_supports_background_worker() { "0" } else { "0" },
|
||||
)
|
||||
logger.shutdown()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user