Skip to content

Commit

Permalink
[test] Adjust to parameter renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
jhf committed Nov 4, 2023
1 parent eaffd4a commit 5cc3553
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion expected/02_periods.out
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ TABLE sql_saga.era;
basic | bp | s | e | daterange | c |
(1 row)

SELECT sql_saga.drop_era('basic', 'bp', purge => true);
SELECT sql_saga.drop_era('basic', 'bp', cleanup => true);
drop_era
----------
t
Expand Down
2 changes: 1 addition & 1 deletion sql/02_periods.sql
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SELECT sql_saga.drop_era('basic', 'bp');
TABLE sql_saga.era;
SELECT sql_saga.add_era('basic', 's', 'e', 'bp', bounds_check_constraint => 'c');
TABLE sql_saga.era;
SELECT sql_saga.drop_era('basic', 'bp', purge => true);
SELECT sql_saga.drop_era('basic', 'bp', cleanup => true);
TABLE sql_saga.era;
SELECT sql_saga.add_era('basic', 's', 'e', 'bp');
TABLE sql_saga.era;
Expand Down

0 comments on commit 5cc3553

Please sign in to comment.