summaryrefslogtreecommitdiffstats
path: root/third_party/rust/glean-core/tests/event.rs
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/glean-core/tests/event.rs')
-rw-r--r--third_party/rust/glean-core/tests/event.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/rust/glean-core/tests/event.rs b/third_party/rust/glean-core/tests/event.rs
index 48120956d7..20bf943113 100644
--- a/third_party/rust/glean-core/tests/event.rs
+++ b/third_party/rust/glean-core/tests/event.rs
@@ -167,6 +167,8 @@ fn test_sending_of_event_ping_when_it_fills_up() {
false,
true,
true,
+ true,
+ vec![],
vec!["max_capacity".to_string()],
));
}
@@ -452,6 +454,8 @@ fn event_storage_trimming() {
false,
true,
true,
+ true,
+ vec![],
vec![],
));