diff --git a/tests/cases/fourslash/formatTypeOperation.ts b/tests/cases/fourslash/formatTypeOperation.ts index 8708ef34d5c..956508f7290 100644 --- a/tests/cases/fourslash/formatTypeOperation.ts +++ b/tests/cases/fourslash/formatTypeOperation.ts @@ -21,6 +21,6 @@ goTo.marker("formatAmpersandOperator"); verify.currentLineContentIs("type Intersection = Foo & Bar;"); goTo.marker("unionTypeNoIndent"); -verify.currentLineContentIs("Bar |"); +verify.currentLineContentIs(" Bar |"); goTo.marker("intersectionTypeNoIndent"); -verify.currentLineContentIs("Baz;"); \ No newline at end of file +verify.currentLineContentIs(" Baz;"); \ No newline at end of file