Make unit testing method private within module

This commit is contained in:
Tristan B. Velloza Kildaire 2022-05-19 16:49:52 +02:00
parent 9a26ed7011
commit d0c4d12155
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import eventy.exceptions;
import std.stdio;
/* TODO: Move elsewhere, this thing thinks it's a delegate in the unit test, idk why */
void runner(Event e)
private void runner(Event e)
{
import std.stdio;