Skip to content

Commit

Permalink
[Trivial] Rename base test class in p2p_time_offset functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
random-zebra committed Dec 19, 2019
1 parent 0f2349b commit cb54381
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/functional/p2p_time_offset.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

import time

from test_framework.test_framework import BitcoinTestFramework
from test_framework.test_framework import PivxTestFramework
from test_framework.util import (
assert_equal,
connect_nodes_bi,
set_node_times
)

class TimeOffsetTest(BitcoinTestFramework):
class TimeOffsetTest(PivxTestFramework):
def set_test_params(self):
self.setup_clean_chain = True
self.num_nodes = 8
Expand Down

0 comments on commit cb54381

Please sign in to comment.