Skip to content

Commit f1a2231

Browse files
sven1103KochTobi
andauthored
Update measurement-provider/src/test/groovy/life/qbic/data_download/measurement/api/PathFormatterSpec.groovy
Co-authored-by: Tobias Koch <[email protected]>
1 parent b91c60a commit f1a2231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

measurement-provider/src/test/groovy/life/qbic/data_download/measurement/api/PathFormatterSpec.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import spock.lang.Specification
55

66
class PathFormatterSpec extends Specification {
77

8-
def "Given a String with a to filtered part, the filtered part past not pe part of the resulting String"() {
8+
def "Given a String with a to filtered part, the filtered part must not be part of the resulting String"() {
99
given:
1010
var filter = Arrays.asList("awesome", "wehaa")
1111

0 commit comments

Comments
 (0)