[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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user