1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-14 16:27:13 +03:00

Added missing save to test

This commit is contained in:
A_D 2021-04-13 00:32:03 +02:00
parent d4e7395a44
commit 3341800f71
No known key found for this signature in database
GPG Key ID: 4BE9EB7DF45076C4

View File

@ -137,6 +137,7 @@ class TestNewConfig:
assert res == '1337'
config.delete(name)
config.save()
class TestOldNewConfig: