From d476d8e37bc214ab498cf645bede785d44cb3a81 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Mon, 4 Apr 2022 16:43:47 +0200 Subject: [PATCH] Move GraphQL test document files After changes performed in spring-projects/spring-graphql#338, GraphQL test documents now have a different test location. --- .../graphql => test/resources/graphql-test}/greeting.graphql | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-graphql/src/{main/resources/graphql => test/resources/graphql-test}/greeting.graphql (100%) diff --git a/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-graphql/src/main/resources/graphql/greeting.graphql b/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-graphql/src/test/resources/graphql-test/greeting.graphql similarity index 100% rename from spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-graphql/src/main/resources/graphql/greeting.graphql rename to spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-graphql/src/test/resources/graphql-test/greeting.graphql