mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-14 19:29:36 +01:00
Why WOULD I run my own tests before pushing?
This commit is contained in:
@@ -17,6 +17,7 @@ namespace Robust.UnitTesting
|
||||
|
||||
var stream = new MemoryStream();
|
||||
stream.Write(Encoding.UTF8.GetBytes(content));
|
||||
stream.Position = 0;
|
||||
resourceManager.MountStreamAt(stream, new ResourcePath(path));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user