Skip to content

Commit 3050a15

Browse files
Steinblockmayankbansal018
authored andcommitted
added missing slash form closing xml tag in code comment (#509)
fixed a typo where there was closing xml `</TestTimeout>` written as `<TestTimeout>`
1 parent e0fb2a8 commit 3050a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Adapter/MSTest.CoreAdapter/MSTestSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ private static MSTestSettings ToSettings(XmlReader reader)
281281
// <CaptureTraceOutput>true</CaptureTraceOutput>
282282
// <MapInconclusiveToFailed>false</MapInconclusiveToFailed>
283283
// <EnableBaseClassTestMethodsFromOtherAssemblies>false</EnableBaseClassTestMethodsFromOtherAssemblies>
284-
// <TestTimeout>5000<TestTimeout>
284+
// <TestTimeout>5000</TestTimeout>
285285
// <Parallelize>
286286
// <Workers>4</Workers>
287287
// <Scope>TestClass</Scope>

0 commit comments

Comments
 (0)