Skip to content

Commit e9a36f3

Browse files
author
Micah Kornfield
committed
fix typo
1 parent 3ad41b0 commit e9a36f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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)