Skip to content

Commit 7e3d09e

Browse files
author
Zubin Ramlakhan
committed
try disposing workspace after each test
1 parent fb81fd3 commit 7e3d09e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/LanguageAgnostic/SolutionFileTextEditorTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public SolutionFileTextEditorTests()
2929

3030
public void Dispose()
3131
{
32-
_sln = null;
32+
_sln.Workspace.Dispose();
3333
_fsMock.Reset();
3434
SolutionConverter.FileSystem = new FileSystem();
3535
TextReplacementConverter.FileSystem = new FileSystem();

0 commit comments

Comments
 (0)