Skip to content

Commit 0875f8e

Browse files
author
Micah Kornfield
committed
---
yaml --- r: 26907 b: "refs/heads/cscc_examples" c: e9a36f3 h: refs/heads/master i: 26905: 8fc409f 26903: cfee045
1 parent 14d136b commit 0875f8e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • branches/cscc_examples/google-cloud-examples/src/test/java/com/google/cloud/examples/securitycenter/snippets

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,4 +182,4 @@ refs/tags/v0.83.0: 370ec5a1131a86b36db8efce4f1a943607de8a60
182182
refs/tags/v0.84.0: 71e85198495a39f4524afa2669434b5075c17c3d
183183
refs/heads/autosynth-datalabeling: 67c307b2cc6b411b4be2915668ee6e0a25b46f92
184184
refs/heads/autosynth-webrisk: e006df2927fba3a0af121e0afd18f73da01a8214
185-
"refs/heads/cscc_examples": 3ad41b059b66d07abd8f0abd350c26f33f6c38b7
185+
"refs/heads/cscc_examples": e9a36f30f90be91e5c614677a9541f005079fe8f

branches/cscc_examples/google-cloud-examples/src/test/java/com/google/cloud/examples/securitycenter/snippets/ITSourceSnippets.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public void testGetSource() throws IOException {
4343
@Test
4444
public void testSetSourceIamPolicy() throws IOException {
4545
assertTrue(
46-
SourceSnippets.setIamPolicySource(SOURCE_NAME, " [email protected]")
46+
SourceSnippets.setIamPolicySource(SOURCE_NAME, "[email protected]")
4747
.getBindings(0)
4848
.getRole()
4949
.equals("roles/securitycenter.findingsEditor"));

0 commit comments

Comments
 (0)