From 452d0aa021c8f4ca9af1154cf953245b40b4b706 Mon Sep 17 00:00:00 2001 From: Andrew Sisley Date: Thu, 7 Sep 2023 17:44:38 -0400 Subject: [PATCH] Document change detector failure --- docs/data_format_changes/i1851-no-change-tests-updated.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/data_format_changes/i1851-no-change-tests-updated.md diff --git a/docs/data_format_changes/i1851-no-change-tests-updated.md b/docs/data_format_changes/i1851-no-change-tests-updated.md new file mode 100644 index 0000000000..7e3f8ef75e --- /dev/null +++ b/docs/data_format_changes/i1851-no-change-tests-updated.md @@ -0,0 +1,3 @@ +# Make existing mutation tests use mutation test system + +This is not a breaking change, tests were changed from using gql requests to CreateDoc and UpdateDoc actions, meaning the point at which the change detector split setup/assert shifted.