Skip to content

Commit b8bbb6a

Browse files
committed
fix issue in test
1 parent 3febb9e commit b8bbb6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/abstract_text_transformer.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ using TextAnalysis
2828
# test single doc
2929
test_doc1 = ngrams(NGramDocument("Another sentence ok"))
3030
for mach = test_machines
31-
test_doc_transform = transform(mach, [test_doc])
31+
test_doc_transform = transform(mach, [test_doc1])
3232
@test sum(test_doc_transform, dims=2)[1] == 0.0
3333
@test size(test_doc_transform) == (1, 11)
3434
end

0 commit comments

Comments
 (0)