Skip to content

Commit 0d527a1

Browse files
committed
TestBase.cs: small correction
1 parent a248ec4 commit 0d527a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/IGLib.TestBase/TestBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public TestBase(ITestOutputHelper output, bool assignConsole = true)
4141
/// User can immediately give rough estimate of correctness of generated surfaces, or even correctness of
4242
/// generated surface normals (since incorrect normals would reflect visually in strange rendering of coarse
4343
/// meshes ).</para></remarks>
44-
protected string ExportPathIGLib { get; } = DefaultExportPathIGLib;
44+
protected string ExportPathIGLib { get; set; } = DefaultExportPathIGLib;
4545

4646
protected string ExportPathIGLibTemporary => Path.Combine(ExportPathIGLib, "temp");
4747

0 commit comments

Comments
 (0)