This commit is contained in:
Jan-Erik Rediger 2022-02-15 15:27:48 +01:00 коммит произвёл Jan-Erik Rediger
Родитель 8d85f4fc86
Коммит 349c2dc953
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -218,7 +218,7 @@ pub fn test_is_experiment_active(experiment_id: String) -> bool {
}
/// TEST ONLY FUNCTION.
/// Returns the [`RecordedExperimentData`] for the given `experiment_id` or panics if
/// Returns the [`RecordedExperiment`] for the given `experiment_id` or panics if
/// the id isn't found.
pub fn test_get_experiment_data(experiment_id: String) -> Option<RecordedExperiment> {
glean_core::glean_test_get_experiment_data(experiment_id)

Просмотреть файл

@ -10,7 +10,7 @@ use serde_json::Value;
//use glean::private::{DenominatorMetric, NumeratorMetric, RateMetric};
use glean::net::UploadResult;
use glean::{ClientInfoMetrics, CommonMetricData, Configuration};
use glean::{ClientInfoMetrics, /*CommonMetricData,*/ Configuration};
const SCHEMA_JSON: &str = include_str!("../../../glean.1.schema.json");