Modified test text to reflect that fields() now return empty strings instead of undef...
[dbsrgits/SQL-Translator.git] / t / 24yaml.t
index 661b64d..78c1c29 100644 (file)
@@ -130,7 +130,7 @@ schema:
       constraints:
         - deferrable: 1
           expression: ''
-          fields: ~
+          fields: ''
           match_type: ''
           name: ''
           on_delete: ''
@@ -220,7 +220,7 @@ schema:
       perform_action_when: ~
   views:
     person_pet:
-      fields: ~
+      fields: ''
       name: person_pet
       order: 1
       sql: |