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
Github-Pull: #1218
Rebased-From: cb54381
  • Loading branch information
random-zebra authored and Fuzzbawls committed Jan 11, 2020
1 parent 8a25781 commit 11bc853
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 11bc853

Please sign in to comment.