Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Update boa_test.py
Browse files Browse the repository at this point in the history
- update for new fixtures
  • Loading branch information
jseagrave21 authored Nov 17, 2018
1 parent 5ec0f0a commit dd8b235
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions boa_test/tests/boa_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ class BoaTest(WalletFixtureTestCase):

dirname = None

FIXTURE_REMOTE_LOC = 'https://s3.us-east-2.amazonaws.com/cityofzion/fixtures/fixtures_v8.tar.gz'
FIXTURE_REMOTE_LOC = 'https://s3.us-east-2.amazonaws.com/cityofzion/fixtures/fixtures_v9.tar.gz'
FIXTURE_FILENAME = 'fixtures/empty_fixture.tar.gz'

wallet_1_script_hash = UInt160(data=b'S\xefB\xc8\xdf!^\xbeZ|z\xe8\x01\xcb\xc3\xac/\xacI)')

wallet_1_addr = 'APRgMZHZubii29UXF9uFa6sohrsYupNAvx'
wallet_1_addr = 'AJQ6FoaSXDFzA6wLnyZ1nFN7SGSN2oNTc3'

_wallet1 = None

Expand Down Expand Up @@ -48,8 +48,8 @@ class BoaFixtureTest(WalletFixtureTestCase):

dirname = None

FIXTURE_REMOTE_LOC = 'https://s3.us-east-2.amazonaws.com/cityofzion/fixtures/fixtures_v8.tar.gz'
FIXTURE_FILENAME = './fixtures/fixtures_v8.tar.gz'
FIXTURE_REMOTE_LOC = 'https://s3.us-east-2.amazonaws.com/cityofzion/fixtures/fixtures_v9.tar.gz'
FIXTURE_FILENAME = './fixtures/fixtures_v9.tar.gz'

wallet_1_script_hash = UInt160(data=b'\x1c\xc9\xc0\\\xef\xff\xe6\xcd\xd7\xb1\x82\x81j\x91R\xec!\x8d.\xc0')

Expand Down

0 comments on commit dd8b235

Please sign in to comment.