This commit is contained in:
Mathias Gesbert 2025-12-09 14:46:09 +01:00
parent fa15fc977b
commit 3aa54e9f05
9 changed files with 20 additions and 16 deletions

View file

@ -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)