From cfdb128e4114bfc116f1512ec138f273038ee743 Mon Sep 17 00:00:00 2001 From: Dylan Leard Date: Thu, 7 Oct 2021 10:01:01 -0700 Subject: [PATCH] chore: fix copy paste error --- mocks_schema/sqitch.plan | 2 +- test_helper_schema/sqitch.plan | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mocks_schema/sqitch.plan b/mocks_schema/sqitch.plan index dd84294e3a..1a912ac291 100644 --- a/mocks_schema/sqitch.plan +++ b/mocks_schema/sqitch.plan @@ -1,6 +1,6 @@ %syntax-version=1.0.0 %project=mocks -ttps://github.com/bcgov/cas-ciip-portal/tree/develop/mocks_schema +%uri=https://github.com/bcgov/cas-ciip-portal/tree/develop/mocks_schema schema_mocks 2020-10-28T17:42:06Z Pierre Bastianelli # Creating schema for mocked functions mock_now_method [schema_mocks] 2020-10-28T17:59:38Z Pierre Bastianelli # Mock method to override the default now() behaviour diff --git a/test_helper_schema/sqitch.plan b/test_helper_schema/sqitch.plan index 69d95ff691..ada1278dda 100644 --- a/test_helper_schema/sqitch.plan +++ b/test_helper_schema/sqitch.plan @@ -1,6 +1,6 @@ %syntax-version=1.0.0 %project=test_helpers -ttps://github.com/bcgov/cas-ciip-portal/tree/develop/test_helper_schema +%uri=https://github.com/bcgov/cas-ciip-portal/tree/develop/test_helper_schema schema_test_helper 2020-09-24T20:39:13Z Dylan Leard # schema to house test helper functions modify_triggers [schema_test_helper] 2020-09-29T17:16:23Z Dylan Leard # function enables/disables triggers for test setup