From bc5d608712989ad5a910e0002897efd59a06e1d1 Mon Sep 17 00:00:00 2001 From: Christopher Felegy Date: Sat, 16 Mar 2019 19:15:55 -0400 Subject: [PATCH] test: forgot an #endif? --- test/Discord.Net.Tests/Tests.Migrations.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Discord.Net.Tests/Tests.Migrations.cs b/test/Discord.Net.Tests/Tests.Migrations.cs index 00dd252f9..6b18708de 100644 --- a/test/Discord.Net.Tests/Tests.Migrations.cs +++ b/test/Discord.Net.Tests/Tests.Migrations.cs @@ -70,4 +70,4 @@ namespace Discord } } } -#ENDIF +#endif