Skip to content

Commit

Permalink
[unity] wrong name of unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieyang committed Oct 20, 2022
1 parent f026c78 commit baecdef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unity/general/Src/UnitTest/TranslatorTest/JSToCSTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,6 @@ public void AmbigiousCallTestStatic()
public void ParamsCallTestReflection()
{
var jsEnv = new JsEnv(new TxtLoader());
PuertsStaticWrap.AutoStaticCodeRegister.Register(jsEnv);
string res = jsEnv.Eval<string>(@"
CS.Puerts.UnitTest.ParamsCallTest.CombinePath('a', 'b', 'c');
");
Expand All @@ -673,6 +672,7 @@ public void ParamsCallTestReflection()
public void ParamsCallTestStatic()
{
var jsEnv = new JsEnv(new TxtLoader());
PuertsStaticWrap.AutoStaticCodeRegister.Register(jsEnv);
string res = jsEnv.Eval<string>(@"
CS.Puerts.UnitTest.ParamsCallTest.CombinePath('a', 'b', 'c');
");
Expand Down

0 comments on commit baecdef

Please sign in to comment.