Skip to content

Commit fccfb40

Browse files
committed
nl
1 parent a9b2a41 commit fccfb40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/sharding/query_routing.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ psql -h 127.0.0.1 -p 6432 -f query_routing_test_select.sql
1616

1717
psql -e -h 127.0.0.1 -p 6432 -f query_routing_test_primary_replica.sql
1818

19-
psql -f query_routing_test_validate.sql
19+
psql -f query_routing_test_validate.sql

tests/sharding/query_routing_test_primary_replica.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ SELECT 1;
1010

1111
SET SERVER ROLE TO 'replica';
1212
SET SHARDING KEY TO '4321';
13-
SELECT 1;
13+
SELECT 1;

0 commit comments

Comments
 (0)