diff options
Diffstat (limited to 'test/lisp/progmodes/sql-tests.el')
| -rw-r--r-- | test/lisp/progmodes/sql-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/progmodes/sql-tests.el b/test/lisp/progmodes/sql-tests.el index d6f89341bed..65ed76bfb5d 100644 --- a/test/lisp/progmodes/sql-tests.el +++ b/test/lisp/progmodes/sql-tests.el | |||
| @@ -193,7 +193,7 @@ Perform ACTION and validate results" | |||
| 193 | "Add a product that already exists." | 193 | "Add a product that already exists." |
| 194 | 194 | ||
| 195 | (sql-test-product-feature-harness | 195 | (sql-test-product-feature-harness |
| 196 | (should-error (sql-add-feature 'a "Aaa")) | 196 | (should-error (sql-add-product 'a "Aaa")) |
| 197 | (should (equal (pp-to-string (assoc 'a sql-product-alist)) | 197 | (should (equal (pp-to-string (assoc 'a sql-product-alist)) |
| 198 | "(a :X 1 :Y 2 :Z sql-test-feature-value-a)\n")))) | 198 | "(a :X 1 :Y 2 :Z sql-test-feature-value-a)\n")))) |
| 199 | 199 | ||