From 9cca2998339f50e1d955808d0e437b7e9f04135c Mon Sep 17 00:00:00 2001 From: Matt Hook Date: Wed, 8 Mar 2023 17:23:34 +1300 Subject: [PATCH] fix(gotest): fix go tests as part of version bump to 2.19.0 (#8623) * bump version to 2.19 * fix broken go tests --- api/datastore/test_data/output_24_to_latest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/datastore/test_data/output_24_to_latest.json b/api/datastore/test_data/output_24_to_latest.json index d5c2e3be1..be2d36f8d 100644 --- a/api/datastore/test_data/output_24_to_latest.json +++ b/api/datastore/test_data/output_24_to_latest.json @@ -945,6 +945,6 @@ } ], "version": { - "VERSION": "{\"SchemaVersion\":\"2.18.0\",\"MigratorCount\":1,\"Edition\":1,\"InstanceID\":\"463d5c47-0ea5-4aca-85b1-405ceefee254\"}" + "VERSION": "{\"SchemaVersion\":\"2.19.0\",\"MigratorCount\":0,\"Edition\":1,\"InstanceID\":\"463d5c47-0ea5-4aca-85b1-405ceefee254\"}" } } \ No newline at end of file