Skip to content

Commit 048cf63

Browse files
author
ceferisbarov
committed
Revised tests for RowTable and ColTable
1 parent d706b53 commit 048cf63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/transforms.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@
868868
n, c = apply(T, t)
869869
tₒ = revert(T, n, c)
870870
@test typeof(n) <: Vector
871-
@test Tables.rowaccess(typeof(n))
871+
@test Tables.rowaccess(n)
872872
@test typeof(tₒ) <: Table
873873
end
874874

@@ -881,7 +881,7 @@
881881
n, c = apply(T, t)
882882
tₒ = revert(T, n, c)
883883
@test typeof(n) <: NamedTuple
884-
@test Tables.columnaccess(typeof(n))
884+
@test Tables.columnaccess(n)
885885
@test typeof(tₒ) <: Table
886886
end
887887

0 commit comments

Comments
 (0)