Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
fakefeik committed Dec 1, 2021
1 parent 48da86d commit ff38798
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
using SkbKontur.Excel.TemplateEngine.ObjectPrinting.TableNavigator;
using SkbKontur.Excel.TemplateEngine.ObjectPrinting.TableParser;

using Vostok.Logging.Abstractions;
using Vostok.Logging.Console;

namespace SkbKontur.Excel.TemplateEngine.Tests.ObjectPrintingTests
Expand All @@ -33,12 +32,6 @@ internal class SingleStringContainer
[TestFixture]
public class ExcelParsingTests : FileBasedTestBase
{
[Test]
public void Create()
{
ExcelDocumentFactory.TryCreateFromTemplate(File.ReadAllBytes(@"C:\Users\p.vostretsov\Downloads\ДМ_2010.xlsx"), new ConsoleLog());
}

[Test]
public void TestStringsWithManyFormattedFragments()
{
Expand Down

0 comments on commit ff38798

Please sign in to comment.