Skip to content

Commit eb29ef1

Browse files
committed
minor fix to test assertion
1 parent 963dbe7 commit eb29ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ using MLJBase
1919
@test size(test2) == (1, 11)
2020

2121
test3 = transform(test, ["Another sentence ok", "Listen Sam, today is not the day."])
22-
@test rowvals(test3) = [2, 2, 2, 2]
22+
@test rowvals(test3) == [2, 2, 2, 2]
2323
@test size(test3) == (2, 11)
2424
end

0 commit comments

Comments
 (0)