From 4d8d7ccd924c903f7e968c392d63ef6e96d18904 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Wed, 23 Sep 2020 12:21:59 -0400 Subject: [PATCH] taking out tests --- pom.xml | 11 ----------- .../java/com/example/demo/DemoApplicationTests.java | 13 ------------- 2 files changed, 24 deletions(-) delete mode 100644 src/test/java/com/example/demo/DemoApplicationTests.java diff --git a/pom.xml b/pom.xml index 49fa1a3..13886df 100644 --- a/pom.xml +++ b/pom.xml @@ -32,17 +32,6 @@ postgresql runtime - - org.springframework.boot - spring-boot-starter-test - test - - - org.junit.vintage - junit-vintage-engine - - - diff --git a/src/test/java/com/example/demo/DemoApplicationTests.java b/src/test/java/com/example/demo/DemoApplicationTests.java deleted file mode 100644 index 2778a6a..0000000 --- a/src/test/java/com/example/demo/DemoApplicationTests.java +++ /dev/null @@ -1,13 +0,0 @@ -package com.example.demo; - -import org.junit.jupiter.api.Test; -import org.springframework.boot.test.context.SpringBootTest; - -@SpringBootTest -class DemoApplicationTests { - - @Test - void contextLoads() { - } - -}