Skip to content

Commit b9f335f

Browse files
committed
Fix tests
1 parent e2ca0ba commit b9f335f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/IronPython.Tests/Util/TestManifest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class TestManifest {
1313
private IniParser manifest;
1414

1515
public TestManifest(Type parent) {
16-
var file = parent.Assembly.GetManifestResourceStream($"IronPythonTest.Cases.{parent.Name}Manifest.ini");
16+
var file = parent.Assembly.GetManifestResourceStream($"IronPython.Tests.Cases.{parent.Name}Manifest.ini");
1717
this.manifest = new IniParser(file);
1818
}
1919

0 commit comments

Comments
 (0)