You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/PartitionedQueryMockServerTest.java
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
-
16
+
/*
17
17
package com.google.cloud.spanner.connection;
18
18
19
19
import static org.junit.Assert.assertEquals;
@@ -50,7 +50,6 @@
50
50
51
51
@RunWith(Parameterized.class)
52
52
public class PartitionedQueryMockServerTest extends AbstractMockServerTest {
53
-
/*
54
53
55
54
@Parameters(name = "dialect = {0}")
56
55
public static Object[] data() {
@@ -768,5 +767,5 @@ public void testAutoPartitionMode() {
0 commit comments