Skip to content

Commit

Permalink
fix unit tests, rename workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vddCore committed Nov 12, 2023
1 parent a2b8d97 commit f7fe405
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: .NET Core Desktop
name: Build EVIL front-end with runtime

on:
push:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public void Atan2()
{
Math.Round(
EvilTestResult(
"fn test() -> math.atan2(21, 37);"
"fn test() -> math.atan2(37, 21);"
).Number, 1
).ShouldBe(0.5);
}
Expand Down

0 comments on commit f7fe405

Please sign in to comment.