diff --git a/src/test_fixture/ipa.rs b/src/test_fixture/ipa.rs index f5ffcb9df..5529079ee 100644 --- a/src/test_fixture/ipa.rs +++ b/src/test_fixture/ipa.rs @@ -116,7 +116,6 @@ fn update_expected_output_for_user<'a, I: IntoIterator, order: &CappingOrder, ) { - // TODO: change how we apply the window to IPA and OPRF IPA let within_window = |value: u64| -> bool { if let Some(window) = attribution_window_seconds { value <= u64::from(window.get())