test: replace v28.0 with notarized v28.2

Since #31407 guix builds are signed and notarized. This was backported to v28, so bump the version.
This commit is contained in:
Sjors Provoost
2025-07-08 11:03:48 +02:00
parent 5bd73d96a3
commit c6dc2c29f8
2 changed files with 9 additions and 9 deletions

View File

@@ -52,7 +52,7 @@ class WalletMigrationTest(BitcoinTestFramework):
extra_args=self.extra_args,
versions=[
None,
280000,
280200,
],
)
self.start_nodes()