Skip to content

Commit ac56599

Browse files
committed
chore: Rename the IT class to use IT as the prefix
1 parent a804ca4 commit ac56599

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java-datastore/google-cloud-datastore/src/test/java/com/google/cloud/datastore/DatastoreBuiltInAndCustomMetricsIT.java renamed to java-datastore/google-cloud-datastore/src/test/java/com/google/cloud/datastore/ITDatastoreBuiltInAndCustomMetrics.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
*/
8585
@RunWith(JUnit4.class)
8686
@SuppressWarnings("checkstyle:abbreviationaswordinname")
87-
public class DatastoreBuiltInAndCustomMetricsIT {
87+
public class ITDatastoreBuiltInAndCustomMetrics {
8888

8989
private static final String PROJECT_ID = System.getenv("GOOGLE_CLOUD_PROJECT");
9090
private static final String DATABASE_ID =

0 commit comments

Comments
 (0)