We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af9ff42 commit 78e411bCopy full SHA for 78e411b
src/Tests/Scrubbing/Scrubbing.cs
@@ -5,7 +5,7 @@ public class Scrubbing
5
6
static Scrubbing()
7
{
8
- var project = AttributeReader.GetProjectDirectory();
+ var project = ProjectFiles.ProjectDirectory;
9
path = Path.Combine(project, "Scrubbing");
10
}
11
// [Test]
0 commit comments