File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
tests/Elastic.Markdown.Tests/Mover Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1- // Licensed to Elasticsearch B.V under one or more agreements.
1+ // Licensed to Elasticsearch B.V under one or more agreements.
22// Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
33// See the LICENSE file in the project root for more information
44
Original file line number Diff line number Diff line change 1- using System . IO . Abstractions ;
2- using System . IO . Abstractions . TestingHelpers ;
1+ // Licensed to Elasticsearch B.V under one or more agreements.
2+ // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3+ // See the LICENSE file in the project root for more information
4+
35using Documentation . Mover ;
4- using Elastic . Markdown . IO ;
5- using Elastic . Markdown . IO . Configuration ;
6- using Elastic . Markdown . Diagnostics ;
76using Elastic . Markdown . Tests . DocSet ;
87using FluentAssertions ;
9- using Microsoft . Extensions . Logging ;
8+
109using Xunit . Abstractions ;
11- using Xunit ;
1210
1311namespace Elastic . Markdown . Tests . Mover ;
1412
You can’t perform that action at this time.
0 commit comments