Skip to content

Commit 41f0f51

Browse files
committed
Change the assertion types
1 parent 051a886 commit 41f0f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/libraries/doltcore/doltdb/system_table.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ Each test row contains:
317317
- test_name: Unique identifier for the test
318318
- test_group: Optional grouping for tests (e.g., 'validation', 'schema', 'integration')
319319
- test_query: SQL query to execute
320-
- assertion_type: Type of assertion ('row_count', 'column_count', 'value', etc.)
320+
- assertion_type: Type of assertion ('expected_rows', 'expected_columns', 'expected_single_value', etc.)
321321
- assertion_comparator: Comparison operator ('==', '>', '<', '>=', '<=', '!=')
322322
- assertion_value: Expected value for comparison
323323

0 commit comments

Comments
 (0)