fix: remove empty file: chatwidget_stream_tests.rs

This commit is contained in:
Michael Bolin
2025-09-08 23:18:13 -07:00
parent 16309d6b68
commit 5c281e66b5
2 changed files with 0 additions and 6 deletions

View File

@@ -1 +0,0 @@

View File

@@ -61,11 +61,6 @@ mod user_approval_widget;
mod version;
mod wrapping;
// Internal vt100-based replay tests live as a separate source file to keep them
// close to the widget code. Include them in unit tests.
#[cfg(test)]
mod chatwidget_stream_tests;
#[cfg(not(debug_assertions))]
mod updates;