You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Service.Tests/Mcp/AggregateRecordsToolTests.cs
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -111,10 +111,10 @@ public async Task AggregateRecords_DisabledConfigurations_ReturnToolDisabledErro
111
111
[DataRow("{\"entity\": \"Book\", \"function\": \"count\", \"field\": \"*\", \"having\": { \"between\": 10 }}","Unsupported having operator",DisplayName="Unsupported having operator returns InvalidArguments")]
112
112
[DataRow("{\"entity\": \"Book\", \"function\": \"count\", \"field\": \"*\", \"having\": { \"eq\": \"10\" }}","must be a numeric value",DisplayName="Non-numeric having value returns InvalidArguments")]
113
113
[DataRow("{\"entity\": \"Book\", \"function\": \"count\", \"field\": \"*\", \"having\": { \"in\": [1, \"x\"] }}","must contain only numeric values",DisplayName="Non-numeric having.in value returns InvalidArguments")]
0 commit comments