Skip to content

Commit 89e5d54

Browse files
lauraharkercopybara-github
authored andcommitted
Fix TypedAstIntegrationTest case failure
Cause: 84b8137 PiperOrigin-RevId: 515709888
1 parent 1f2cf2a commit 89e5d54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/com/google/javascript/jscomp/integration/TypedAstIntegrationTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ public void disambiguatesAndDeletesMethodsAcrossLibraries_skippedIfInvalidatingT
213213
assertThat(compiler.getErrors())
214214
.comparingElementsUsing(JSCompCorrespondences.DESCRIPTION_EQUALITY)
215215
.containsExactly(
216-
"Property 'm' was required to be disambiguated but was invalidated.\n"
217-
+ "See go/disambiguation-errors for more information.");
216+
"Property 'm' was required to be disambiguated but was invalidated."
217+
);
218218
}
219219

220220
@Test

0 commit comments

Comments
 (0)