[fix](trx-backend): remove stale filter_state test from DummyRig

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
2026-03-26 18:36:02 +01:00
parent f3bc5bc34d
commit 7b07feb725
-8
View File
@@ -180,14 +180,6 @@ mod tests {
);
}
#[test]
fn dummy_filter_state_is_none() {
let rig = DummyRig::new();
assert!(
rig.filter_state().is_none(),
"dummy rig should return None for filter_state"
);
}
}
impl Rig for DummyRig {