From 9b43425322e603febde3780dd7dd765b0164e533 Mon Sep 17 00:00:00 2001 From: mildgravitas Date: Fri, 17 Sep 2021 14:55:48 +0200 Subject: [PATCH] Update test_components_combine_datetime's comment to the correct path. --- components/datetime/tests/datetime.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/datetime/tests/datetime.rs b/components/datetime/tests/datetime.rs index 9e15b6d2040..2849dc4bb48 100644 --- a/components/datetime/tests/datetime.rs +++ b/components/datetime/tests/datetime.rs @@ -358,7 +358,7 @@ fn test_components_width_differences() { /// Tests that component::Bags can combine a date skeleton, and a time skeleton. #[test] fn test_components_combine_datetime() { - // components/datetime/tests/fixtures/tests/components-combine-date-time.json + // components/datetime/tests/fixtures/tests/components-combine-datetime.json test_fixture("components-combine-datetime"); }