Skip to content

Commit

Permalink
Migrate some unit tests (#1047)
Browse files Browse the repository at this point in the history
  • Loading branch information
shargon committed May 22, 2024
1 parent 0504733 commit a1b5832
Show file tree
Hide file tree
Showing 16 changed files with 472 additions and 838 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace Neo.Compiler.CSharp.TestContracts
{
public class Contract2_Inc_Dec : SmartContract.Framework.SmartContract
public class Contract_Inc_Dec : SmartContract.Framework.SmartContract
{
private static uint _property;
private static int _intProperty;
Expand Down
2 changes: 1 addition & 1 deletion tests/Neo.Compiler.CSharp.TestContracts/Contract_Inline.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace Neo.Compiler.CSharp.TestContracts
{
public class Contract_Inline : SmartContract.Framework.SmartContract
{
public static object TestInline(string method)
public static int TestInline(string method)
{
return method switch
{
Expand Down
56 changes: 0 additions & 56 deletions tests/Neo.Compiler.CSharp.UnitTests/OldEngine/UnitTest_Concat.cs

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit a1b5832

Please sign in to comment.