Skip to content

Commit

Permalink
Minor update to test
Browse files Browse the repository at this point in the history
  • Loading branch information
ericthewizard committed Dec 7, 2020
1 parent 6b2a349 commit 0518f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyspedas/erg/tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class LoadTestCases(unittest.TestCase):
# self.assertTrue(data_exists('erg_xep_l2_FEDO_GSO'))

def test_load_orb_data(self):
mgf_vars = pyspedas.erg.orb()
orb_vars = pyspedas.erg.orb()
self.assertTrue(data_exists('erg_orb_l3_pos_eq_op'))
self.assertTrue(data_exists('erg_orb_l3_pos_iono_north_op'))
self.assertTrue(data_exists('erg_orb_l3_pos_iono_south_op'))
Expand Down

0 comments on commit 0518f74

Please sign in to comment.