From cd3db5e3b86925c7a14b918932003e96be6696aa Mon Sep 17 00:00:00 2001 From: BenWhitehead Date: Thu, 26 Jan 2023 13:11:02 -0500 Subject: [PATCH] chore: StorageNativeCanaryTest.java to StorageNativeCanary.java Renaming to try and prevent it being picked up by unit tests --- google-cloud-storage/pom.xml | 2 +- .../{StorageNativeCanaryTest.java => StorageNativeCanary.java} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename google-cloud-storage/src/test/java/com/google/cloud/storage/it/{StorageNativeCanaryTest.java => StorageNativeCanary.java} (99%) diff --git a/google-cloud-storage/pom.xml b/google-cloud-storage/pom.xml index 3d0f32e21b..1a38743b4e 100644 --- a/google-cloud-storage/pom.xml +++ b/google-cloud-storage/pom.xml @@ -347,7 +347,7 @@ Override the default match pattern for native image tests since we have a custom test specifically for native image validation. --> - com.google.cloud.storage.it.StorageNativeCanaryTest + com.google.cloud.storage.it.StorageNativeCanary