Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xBaank authored Oct 4, 2024
1 parent 63ef394 commit 4a2cceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jint.Tests/Runtime/ArrayTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public void ArrayPrototypeToStringWithObject()
}

[Fact]
public void ArrayPrototypeToStringSelfReference()
public void ArrayPrototypeToStringWithCircularReference()
{
var result = _engine.Evaluate("Array.prototype.toString.call((c = [1, 2, 3, 4], c[1] = c, c))").AsString();

Expand Down

0 comments on commit 4a2cceb

Please sign in to comment.