mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-11 04:52:21 +02:00
Test fix
This commit is contained in:
parent
5bbffe268b
commit
966ea5d526
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ namespace Tests
|
||||||
public static void CheckBasics()
|
public static void CheckBasics()
|
||||||
{
|
{
|
||||||
int val = Default0();
|
int val = Default0();
|
||||||
Test.Assert(val == 23012);
|
Test.Assert(val == 234045);
|
||||||
val = Default1();
|
val = Default1();
|
||||||
Test.Assert(val == 23012);
|
Test.Assert(val == 23012);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue