mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
This commit is contained in:
@@ -18,7 +18,7 @@ namespace Robust.UnitTesting
|
||||
var stream = new MemoryStream();
|
||||
stream.Write(Encoding.UTF8.GetBytes(content));
|
||||
stream.Position = 0;
|
||||
resourceManager.MountStreamAt(stream, new ResourcePath(path));
|
||||
resourceManager.MountStreamAt(stream, new (path));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user