PG-556: Fix expected output of test case version. (#322)

pull/321/head^2
Naeem Akhter 2022-11-23 02:21:33 +05:00 committed by GitHub
parent fe83f56ab7
commit 8e265b9bfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ CREATE EXTENSION pg_stat_monitor;
SELECT pg_stat_monitor_version(); SELECT pg_stat_monitor_version();
pg_stat_monitor_version pg_stat_monitor_version
------------------------- -------------------------
1.1.1 2.0.0-dev
(1 row) (1 row)
DROP EXTENSION pg_stat_monitor; DROP EXTENSION pg_stat_monitor;