From eecc57a6726588d008bc512155a271302a07f3b2 Mon Sep 17 00:00:00 2001 From: Jacob Thomason Date: Thu, 12 Oct 2023 23:29:02 -0400 Subject: [PATCH] Improved test file output formatting --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index aa1d9aa..7117b60 100644 --- a/lib/index.js +++ b/lib/index.js @@ -983,7 +983,7 @@ const createTestFile = async (action, operation) => { const contents = `/** * ${inflection.capitalize(action)} ${operation} ${queryOrMutation} - * This file was auto-generated by the zapier-graphql plugin. + * This file was auto-generated by zapier-graphql. */ 'use strict';