Skip to content

Commit b873f08

Browse files
committed
Renamed the DataFlowStreamTest
1 parent c7eb15d commit b873f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/groovy/groovyx/gpars/dataflow/stream/StreamTest.groovy src/test/groovy/groovyx/gpars/dataflow/stream/DataFlowStreamTest.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import groovyx.gpars.dataflow.DataFlowVariable
2020
import groovyx.gpars.dataflow.DataFlows
2121
import static groovyx.gpars.dataflow.DataFlow.task
2222

23-
class StreamTest extends GroovyTestCase {
23+
class DataFlowStreamTest extends GroovyTestCase {
2424

2525
def stream = new DataFlowStream()
2626

0 commit comments

Comments
 (0)