Skip to content

Commit 8f7b2a4

Browse files
Ankit098francisf
authored andcommitted
chore: update test title in id
1 parent ced0a28 commit 8f7b2a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<browserstack-local-java>1.0.6</browserstack-local-java>
1717
<httpclient>4.5.13</httpclient>
1818
<parallel.count>3</parallel.count>
19-
<tests.single>**/tests.SampleTest.java</tests.single>
19+
<tests.sample>**/tests.SampleTest.java</tests.sample>
2020
<tests.local>**/tests.LocalTest.java</tests.local>
2121
</properties>
2222
<dependencies>
@@ -138,7 +138,7 @@
138138
<version>3.0.0-M5</version>
139139
<configuration>
140140
<includes>
141-
<include>${tests.single}</include>
141+
<include>${tests.sample}</include>
142142
</includes>
143143
<testFailureIgnore>false</testFailureIgnore>
144144
<argLine>

0 commit comments

Comments
 (0)