v1.0.1
This commit is contained in:
parent
fa15fc977b
commit
3aa54e9f05
9 changed files with 20 additions and 16 deletions
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
|
|
@ -12,7 +12,7 @@ class SnapshotTestAppWithUpdate(BaseSnapshotTestApp):
|
|||
config = default_config()
|
||||
config.enable_update_checks = True
|
||||
version_update_notifier = FakeVersionUpdateGateway(
|
||||
update=VersionUpdate(latest_version="0.2.0")
|
||||
update=VersionUpdate(latest_version="1000.2.0")
|
||||
)
|
||||
super().__init__(config=config, version_update_notifier=version_update_notifier)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue