From 8b13164d7468dce1bfefff6ec9abe8e6e4856b80 Mon Sep 17 00:00:00 2001 From: Marcus Holl Date: Fri, 8 Feb 2019 12:03:41 +0100 Subject: [PATCH] [fix] remove inapproriate package statement (#497) The test class is in the default package and not in a package 'steps'. --- test/groovy/UiVeri5ExecuteTestsTest.groovy | 1 - 1 file changed, 1 deletion(-) diff --git a/test/groovy/UiVeri5ExecuteTestsTest.groovy b/test/groovy/UiVeri5ExecuteTestsTest.groovy index 217c14c6c..2155ad6fb 100644 --- a/test/groovy/UiVeri5ExecuteTestsTest.groovy +++ b/test/groovy/UiVeri5ExecuteTestsTest.groovy @@ -1,5 +1,4 @@ #!groovy -package steps import static org.hamcrest.Matchers.*