Skip to content

Commit

Permalink
Update PlatformDefinitionTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
bdovaz authored Dec 23, 2024
1 parent d2c5763 commit 67e1415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UnityNuGet.Tests/PlatformDefinitionTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public void RemainingPlatforms_OneVisited()
{
var platformDefs = PlatformDefinition.CreateAllPlatforms();

foreach (var child in platformDefs.Children)
foreach (PlatformDefinition child in platformDefs.Children)
{
var visited = new HashSet<PlatformDefinition>() { child };
HashSet<PlatformDefinition> remaining = platformDefs.GetRemainingPlatforms(visited);
Expand Down

0 comments on commit 67e1415

Please sign in to comment.