mirror of
https://github.com/LazoCoder/Pokemon-Terminal
synced 2025-02-17 05:18:31 +00:00
Update test_database.py
This commit is contained in:
parent
d144d8a219
commit
7337030790
1 changed files with 2 additions and 2 deletions
|
@ -7,11 +7,11 @@ from test_utils import region_dict, get_region, make_extra_counts, MAX_ID
|
|||
|
||||
|
||||
def test_first_database():
|
||||
print('{} items in first database.'.format(Database()))
|
||||
print('{} items in first database.'.format(len(Database())))
|
||||
|
||||
|
||||
def test_second_database():
|
||||
print('{} items in second database.'.format(Database()))
|
||||
print('{} items in second database.'.format(len(Database())))
|
||||
|
||||
|
||||
def test_len():
|
||||
|
|
Loading…
Add table
Reference in a new issue