Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2b6b2f8

Browse files
funbringerkelvich
authored andcommitted
fix tests
1 parent 918e383 commit 2b6b2f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests_testgres/tests/bootstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import unittest
2-
from cluster import Cluster
2+
from mm_cluster import Cluster
33

44

55
class Bootstrap(unittest.TestCase):

tests_testgres/tests/truncate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import subprocess
33
import time
44

5-
from cluster import Cluster
5+
from mm_cluster import Cluster
66

77

88
NUM_NODES = 2

0 commit comments

Comments
 (0)