Skip to content

Commit a097ffd

Browse files
author
Merlin Rabens
committed
#2309 Rename test description
Signed-off-by: Merlin Rabens <merlin.rabens@intenthq.com>
1 parent 6eb56d9 commit a097ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/scala/com/intenthq/hybrid/integrations/CsvFeedSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ object CsvFeedSpec extends SimpleIOSuite {
99
"447599999999,20150620000000,microsoft.co.uk,3"
1010
).map(_ + '\n')
1111

12-
simpleTest("should return a stream of parsed O2 weblog feed rows") {
12+
simpleTest("should return a stream of parsed csv feed rows") {
1313
for {
1414
rowsBytes <- ExampleLocalFileCsvFeed.stream(SourceContext.empty).compile.toList
1515
rows = rowsBytes.map(new String(_)).toSet

0 commit comments

Comments
 (0)