1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-12 10:55:20 +02:00

[fix] remove inapproriate package statement (#497)

The test class is in the default package and not in a package 'steps'.
This commit is contained in:
Marcus Holl 2019-02-08 12:03:41 +01:00 committed by Christopher Fenner
parent 3a8bd80f09
commit 8b13164d74

View File

@ -1,5 +1,4 @@
#!groovy
package steps
import static org.hamcrest.Matchers.*