Skip to content

Commit a655c05

Browse files
committed
correct test
1 parent 6955561 commit a655c05

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

FineCodeCoverageTests/AppOptionsProvider_Tests.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
11
using System;
22
using System.Collections.Generic;
33
using System.Linq;
4-
using System.Text;
5-
using System.Threading;
6-
using System.Threading.Tasks;
74
using AutoMoq;
85
using FineCodeCoverage.Core.Utilities;
9-
using FineCodeCoverage.Engine;
10-
using FineCodeCoverage.Engine.Coverlet;
11-
using FineCodeCoverage.Engine.Model;
12-
using FineCodeCoverage.Engine.OpenCover;
136
using FineCodeCoverage.Options;
147
using Moq;
158
using NUnit.Framework;
@@ -382,7 +375,6 @@ public void Should_Raise_Options_Changed_When_SaveSettingsToStorage()
382375
public void Should_Log_If_Exception_When_SaveSettingsToStorage()
383376
{
384377
var exception = new Exception();
385-
var mockWritableSettingsStore = autoMocker.GetMock<IWritableSettingsStore>();
386378
mockWritableSettingsStore.Setup(
387379
writeableSettingsStore => writeableSettingsStore.SetString("FineCodeCoverage", nameof(IAppOptions.Enabled), It.IsAny<string>())
388380
).Throws(exception);

0 commit comments

Comments
 (0)