Skip to content

Commit 310a578

Browse files
committed
rename sample file
1 parent ae7d86c commit 310a578

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

tests/database/test_getters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
CUR_DIR = os.path.dirname(os.path.realpath(__file__))
10-
DB_FILENAME = 'basic.json'
10+
DB_FILENAME = 'db.json'
1111
DB_FILEPATH = os.path.join(CUR_DIR, '..', 'samples', DB_FILENAME)
1212
ID = 'kcbPuqpfV3YSHT8YbECjvh'
1313
ID_NOT_EXIST = 'N0t3xIstKeyV41ueString'

tests/database/test_operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
CUR_DIR = os.path.dirname(os.path.realpath(__file__))
10-
DB_FILENAME = 'basic.json'
10+
DB_FILENAME = 'db.json'
1111
DB_FILEPATH = os.path.join(CUR_DIR, '..', 'samples', DB_FILENAME)
1212
REC_ID = 'kcbPuqpfV3YSHT8YbECjvh'
1313
REC_ID_2 = 'jmJKBJBAmGESC3rGbSb62T'
File renamed without changes.

0 commit comments

Comments
 (0)