- Added missing import back to unit tests
This commit is contained in:
Tristan B. Velloza Kildaire 2023-02-25 16:27:09 +02:00
parent cfef7f8abd
commit 220b8d3df0
1 changed files with 1 additions and 0 deletions

View File

@ -264,6 +264,7 @@ public class Event
unittest
{
import std.conv : to;
import std.stdio : writeln;
Event event = new Event();