Skip to content

Commit 5595968

Browse files
chemelnucfindhermes
authored andcommitted
Update Spanner system test to use correct constant (copy-pasta bug). (#4678)
1 parent 0b6df3d commit 5595968

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spanner/tests/system/test_system.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1564,8 +1564,8 @@ def test_four_kay(self):
15641564
self._verify_one_column(FOUR_KAY)
15651565

15661566
def test_forty_kay(self):
1567-
from tests.system.utils.streaming_utils import FOUR_KAY
1568-
self._verify_one_column(FOUR_KAY)
1567+
from tests.system.utils.streaming_utils import FORTY_KAY
1568+
self._verify_one_column(FORTY_KAY)
15691569

15701570
def test_four_hundred_kay(self):
15711571
from tests.system.utils.streaming_utils import FOUR_HUNDRED_KAY

0 commit comments

Comments
 (0)