We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b6df3d commit 5595968Copy full SHA for 5595968
spanner/tests/system/test_system.py
@@ -1564,8 +1564,8 @@ def test_four_kay(self):
1564
self._verify_one_column(FOUR_KAY)
1565
1566
def test_forty_kay(self):
1567
- from tests.system.utils.streaming_utils import FOUR_KAY
1568
- self._verify_one_column(FOUR_KAY)
+ from tests.system.utils.streaming_utils import FORTY_KAY
+ self._verify_one_column(FORTY_KAY)
1569
1570
def test_four_hundred_kay(self):
1571
from tests.system.utils.streaming_utils import FOUR_HUNDRED_KAY
0 commit comments