Skip to content

Commit a829e3f

Browse files
committed
fix test for 1A due to data change. (#11)
1 parent 20c6998 commit a829e3f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

tests/functional/test_call.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,8 @@ def test_1A(self):
6666
'1001680032'
6767
)
6868

69-
self.assertEqual(
70-
result['Number of Entries in List of Geographic Identifiers'],
71-
'0004'
69+
self.assertTrue(
70+
int(result['Number of Entries in List of Geographic Identifiers']) >= 1
7271
)
7372

7473
self.assertTrue(

0 commit comments

Comments
 (0)