Skip to content

Commit 8e4387a

Browse files
clarkperkinssduskis
authored andcommitted
---
yaml --- r: 19649 b: refs/heads/autosynth-firestore c: aa5f271 h: refs/heads/master i: 19647: 64795f8
1 parent 5ab37b7 commit 8e4387a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

  • branches/autosynth-firestore/google-cloud-clients/google-cloud-contrib/google-cloud-nio/src/main/java/com/google/cloud/storage/contrib/nio/testing

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ refs/heads/autosynth-containeranalysis: 0f377286f60df2b6fd37c183bf170c68dc014cfb
131131
refs/heads/autosynth-datastore: 9acd400b484d6691a080c9152a331d88d24fefc1
132132
refs/heads/autosynth-dialogflow: 7dbc2c1ea714328ccfa4f33645045f017ff080e7
133133
refs/heads/autosynth-errorreporting: 1101a04e8be074802c35332d5fcf8297f61cae32
134-
refs/heads/autosynth-firestore: 0cda5618af370a34416458bf2d36cf1e102f2404
134+
refs/heads/autosynth-firestore: aa5f27188cc55ebb5773b6597c6c49c965a40add
135135
refs/heads/autosynth-iot: f16fc4ba85bbb37eacecb64a2a7336f685813f6c
136136
refs/heads/autosynth-kms: 4fff8f3cf6c830f7706ac4ef272f036bb87fbaf8
137137
refs/heads/autosynth-language: 6262e2eb76944f01972c887b3e684aaf65ec999a

branches/autosynth-firestore/google-cloud-clients/google-cloud-contrib/google-cloud-nio/src/main/java/com/google/cloud/storage/contrib/nio/testing/FakeStorageRpc.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,7 @@ private static boolean processedAsFolder(
516516
fakeFolder.setName(folderName);
517517
fakeFolder.setBucket(so.getBucket());
518518
fakeFolder.setGeneration(so.getGeneration());
519+
fakeFolder.set("isDirectory", true);
519520
folders.put(folderName, fakeFolder);
520521
return true;
521522
}

0 commit comments

Comments
 (0)