Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers committed Feb 29, 2024
1 parent 56b7356 commit 13b5f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/net/JNetTest/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ static void TestIterator()

static void TestExtensions()
{
System.Collections.Generic.Dictionary<Java.Lang.String, bool> dict = new();
System.Collections.Generic.Dictionary<string, bool> dict = new();
dict.Add("true", true);
dict.Add("false", false);
dict.Add("true2", true);
Expand Down

0 comments on commit 13b5f14

Please sign in to comment.