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 e2ca0ba commit b9f335fCopy full SHA for b9f335f
tests/IronPython.Tests/Util/TestManifest.cs
@@ -13,7 +13,7 @@ public class TestManifest {
13
private IniParser manifest;
14
15
public TestManifest(Type parent) {
16
- var file = parent.Assembly.GetManifestResourceStream($"IronPythonTest.Cases.{parent.Name}Manifest.ini");
+ var file = parent.Assembly.GetManifestResourceStream($"IronPython.Tests.Cases.{parent.Name}Manifest.ini");
17
this.manifest = new IniParser(file);
18
}
19
0 commit comments