Resolved Issue 12 where get_all() values were not consistent with dict key names. This was due to a typo in the ids list and certain ids returning values such as "100,000,000" which caused problems when split(',') was applied. Updated the unittest to confirm that get_all() is valid.
Resolved Issue 12 where get_all() values were not consistent with dict key names. This was due to a typo in the ids list and certain ids returning values such as "100,000,000" which caused problems when split(',') was applied. Updated the unittest to confirm that get_all() is valid.