feat: add confidential ballot reference provider
This commit is contained in:
@@ -29,11 +29,13 @@ class VotingMigrationTests(unittest.TestCase):
|
||||
"voting_cast_records",
|
||||
"voting_lifecycle_events",
|
||||
"voting_command_replays",
|
||||
"voting_confidential_ballots",
|
||||
"voting_confidential_casts",
|
||||
}.issubset(tables)
|
||||
)
|
||||
with engine.connect() as connection:
|
||||
self.assertIn(
|
||||
"7a8b9c0d1e2f",
|
||||
"8b9c0d1e2f3a",
|
||||
set(MigrationContext.configure(connection).get_current_heads()),
|
||||
)
|
||||
finally:
|
||||
|
||||
Reference in New Issue
Block a user