Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
RekGRpth committed Nov 20, 2023
1 parent 0fd4b6b commit 90408a2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/isolation2/expected/test_dropped.out
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Ensure diskquota does not save information about dropped table during restart cluster
-- Ensure diskquota does not save information about dropped table during restart cluster by invalidates it at startup

1: CREATE SCHEMA dropped_schema;
CREATE
Expand Down
2 changes: 1 addition & 1 deletion tests/isolation2/expected/test_temporary.out
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Ensure diskquota does not save information about temporary table during restart cluster
-- Ensure diskquota does not save information about temporary table during restart cluster by invalidates it at startup

1: CREATE SCHEMA temporary_schema;
CREATE
Expand Down
2 changes: 1 addition & 1 deletion tests/isolation2/sql/test_dropped.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Ensure diskquota does not save information about dropped table during restart cluster
-- Ensure diskquota does not save information about dropped table during restart cluster by invalidates it at startup

1: CREATE SCHEMA dropped_schema;
1: SET search_path TO dropped_schema;
Expand Down
2 changes: 1 addition & 1 deletion tests/isolation2/sql/test_temporary.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Ensure diskquota does not save information about temporary table during restart cluster
-- Ensure diskquota does not save information about temporary table during restart cluster by invalidates it at startup

1: CREATE SCHEMA temporary_schema;
1: SET search_path TO temporary_schema;
Expand Down

0 comments on commit 90408a2

Please sign in to comment.