1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 04:22:20 +02:00
This commit is contained in:
Brian Fiete 2020-05-07 16:30:00 -07:00
parent 5bbffe268b
commit 966ea5d526

View file

@ -39,7 +39,7 @@ namespace Tests
public static void CheckBasics()
{
int val = Default0();
Test.Assert(val == 23012);
Test.Assert(val == 234045);
val = Default1();
Test.Assert(val == 23012);
}