Skip to content

Commit 714c473

Browse files
author
stepan-neretin7
committed
Fix tests.
1 parent 482e2eb commit 714c473

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: expected/init.out

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ CREATE EXTENSION pg_sphere;
66
select pg_sphere_version();
77
pg_sphere_version
88
-------------------
9-
1.2.2
9+
1.2.3
1010
(1 row)
1111

Diff for: pg_sphere--1.2.3.sql.in

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-- complain if this script is run via psql
2+
\echo Use "CREATE EXTENSION pg_sphere" to load this file. \quit

0 commit comments

Comments
 (0)