diff --git a/pyspedas/mms/tests/slice2d.py b/pyspedas/mms/tests/slice2d.py index 837a5617..b7ff30e4 100644 --- a/pyspedas/mms/tests/slice2d.py +++ b/pyspedas/mms/tests/slice2d.py @@ -94,7 +94,7 @@ def test_hpca(self): save_png='test_hpca_brst', display=False) def test_hpca_trange(self): - trange = ['2015-10-16/13:06:30', '2015-10-16/13:06:40'] + trange = ['2015-10-16/13:06:20', '2015-10-16/13:06:40'] mms_part_slice2d(trange=trange, probe='1', species='hplus', instrument='hpca', data_rate='brst', rotation='xy', save_png='test_hpca_brst_trange', display=False)