From 5ba443fca87ef833a93084ad441f842f6ade6032 Mon Sep 17 00:00:00 2001 From: Peter Fabian Date: Tue, 15 Jan 2019 11:50:53 +0100 Subject: [PATCH] Updated data store used in test to reflect the rename of class. --- .../tests/reports/class-wc-tests-reports-orders-stats.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/woocommerce-admin/tests/reports/class-wc-tests-reports-orders-stats.php b/plugins/woocommerce-admin/tests/reports/class-wc-tests-reports-orders-stats.php index 9d2e3142b6a..5b7ca64661c 100644 --- a/plugins/woocommerce-admin/tests/reports/class-wc-tests-reports-orders-stats.php +++ b/plugins/woocommerce-admin/tests/reports/class-wc-tests-reports-orders-stats.php @@ -3156,7 +3156,7 @@ class WC_Tests_Reports_Orders_Stats extends WC_Unit_Test_Case { $order_2->calculate_totals(); $order_2->save(); - $data_store = new WC_Admin_Reports_Orders_Data_Store(); + $data_store = new WC_Admin_Reports_Orders_Stats_Data_Store(); // Tests for before & after set to current hour. $now = new DateTime();