Skip to content

Commit 541efc1

Browse files
committed
// #793
1 parent d2e0d3d commit 541efc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/System.Linq.Dynamic.Core.Tests/QueryableTests.ContainsKey.cs

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public DataRecord(List<Dictionary<string, string>> listOfDictionaries, Dictionar
2020
}
2121
}
2222

23+
// #793
2324
[Theory]
2425
[InlineData("FirstDict.ContainsKey(\"test\")")]
2526
[InlineData("ListOfKeys.Any(x => x.Contains(\"test\"))")]

0 commit comments

Comments
 (0)