CourseInsights / test / resources / queries / invalid / noOptions.json
noOptions.json
Raw
{
	"title": "NoOptions",
	"input": {
		"WHERE": {
			"LT": {
				"sections_avg": 68.6
			}
		}
	},
	"errorExpected": true,
	"orderExpected": false,
	"orderBy": "sections_avg",
	"expected": "InsightError"
}