Skip to content

Commit 13d16f4

Browse files
committed
Fix test
1 parent 7a20a32 commit 13d16f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dsl/tokenizer.fbp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
INPORT=StartToken.IN:IN
1+
INPORT=StartToken.FILE:IN
22
OUTPORT=Merge.OUT:OUT
33

44
# Send first token to the output

dsl/tokenizer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ func NewTokenizer(f *goflow.Factory) (*goflow.Graph, error) {
195195
}
196196
}
197197

198-
n.MapInPort("In", "StartToken", "In")
198+
n.MapInPort("In", "StartToken", "File")
199199
n.MapOutPort("Out", "Merge", "Out")
200200

201201
return n, nil

0 commit comments

Comments
 (0)