Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/integration/datanetwork/test_file_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ async def get_blobs_from_sd_blob(self, sd_blob):
return descriptor.blobs

async def assertBlobs(self, *sd_hashes, no_files=True):
# checks that we have ony the finished blobs needed for the the referenced streams
# checks that we have ony the finished blobs needed for the referenced streams
seen = set(sd_hashes)
for sd_hash in sd_hashes:
sd_blob = self.daemon.blob_manager.get_blob(sd_hash)
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/transactions/test_transactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ async def test_variety_of_transactions_and_longish_history(self):
# 10 of the UTXOs have been split into a 1 coin UTXO and a 9 UTXO change
self.assertEqual(30, await self.account.get_utxo_count())

# spend all 30 UTXOs into a a 199 coin UTXO and change
# spend all 30 UTXOs into a 199 coin UTXO and change
tx = await Transaction.create(
[],
[Output.pay_pubkey_hash(
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/dht/protocol/test_routing_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ async def test_split_buckets(self):
#
# @defer.inlineCallbacks
# def test_split_bucket(self):
# """ Tests if the the routing table correctly dynamically splits k-buckets """
# """ Tests if the routing table correctly dynamically splits k-buckets """
# self.assertEqual(self.routingTable._buckets[0].rangeMax, 2**384,
# 'Initial k-bucket range should be 0 <= range < 2**384')
# # Add k contacts
Expand Down