aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_parser.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_parser.ml b/test/test_parser.ml
index e18f055..db18540 100644
--- a/test/test_parser.ml
+++ b/test/test_parser.ml
@@ -27,7 +27,7 @@ let rows_suite =
, `Quick
, test_parse "purchases (5): name int(1,20)" )
; "Supports underscore tables", `Quick, test_parse "purchases_new (5): name int(1,20)"
- ; "Supports underscore tables", `Quick, test_parse "purchases_new (5): name int(1,20)"
+ ; "Supports incremental index", `Quick, test_parse "purchases_new (5): id increment"
]