Skip to content

Commit

Permalink
chore: StorageNativeCanaryTest.java to StorageNativeCanary.java
Browse files Browse the repository at this point in the history
Renaming to try and prevent it being picked up by unit tests
  • Loading branch information
BenWhitehead committed Jan 26, 2023
1 parent e40c0e6 commit f0c8cdd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
@CrossRun(
backends = {Backend.PROD},
transports = {Transport.HTTP, Transport.GRPC})
public final class StorageNativeCanaryTest {
public final class StorageNativeCanary {

private static final int _512KiB = 512 * 1024;
private static final int _256KiB = 256 * 1024;
Expand Down

0 comments on commit f0c8cdd

Please sign in to comment.