mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
remove fixture
This commit is contained in:
@@ -97,7 +97,7 @@ async def test_print_strings_containing_newline_flushed(devtools):
|
||||
|
||||
|
||||
@time_machine.travel(datetime.fromtimestamp(TIMESTAMP))
|
||||
async def test_flush_flushes_buffered_logs(devtools, in_memory_logfile):
|
||||
async def test_flush_flushes_buffered_logs(devtools):
|
||||
await devtools._stop_log_queue_processing()
|
||||
|
||||
redirector = StdoutRedirector(devtools)
|
||||
|
||||
Reference in New Issue
Block a user