diff options
Diffstat (limited to 'tests/test_gsxws.py')
-rw-r--r-- | tests/test_gsxws.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_gsxws.py b/tests/test_gsxws.py index 1265207..3cb1e06 100644 --- a/tests/test_gsxws.py +++ b/tests/test_gsxws.py @@ -194,6 +194,9 @@ class TestActivation(TestCase): p = Product(env['GSX_SN']) self.assertTrue(p.is_unlocked(self.data)) + def test_imei(self): + self.assertEqual(self.data.imeiNumber, '010648001526755') + class TestPartsLookup(TestCase): def setUp(self): |