diff --git a/tests/integration/datanetwork/test_file_commands.py b/tests/integration/datanetwork/test_file_commands.py index 60528b2da0..647897aacb 100644 --- a/tests/integration/datanetwork/test_file_commands.py +++ b/tests/integration/datanetwork/test_file_commands.py @@ -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) diff --git a/tests/integration/transactions/test_transactions.py b/tests/integration/transactions/test_transactions.py index 9e3b490561..7ad14f1d38 100644 --- a/tests/integration/transactions/test_transactions.py +++ b/tests/integration/transactions/test_transactions.py @@ -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( diff --git a/tests/unit/dht/protocol/test_routing_table.py b/tests/unit/dht/protocol/test_routing_table.py index 9ea21417b1..a8f81e4aa9 100644 --- a/tests/unit/dht/protocol/test_routing_table.py +++ b/tests/unit/dht/protocol/test_routing_table.py @@ -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