Skip to content

Commit 1c9556d

Browse files
committed
test fix
1 parent 8b87657 commit 1c9556d

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
Binary file not shown.
Binary file not shown.

test/unit_tests/Support/ut_helpers.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ using StaticArrays
1313
dof = 2
1414
perm = PeriLab.Solver_Manager.Helpers.create_permutation(nnodes, dof)
1515
@test perm == [1, 2, 3, 4, 5, 6]
16-
@test length(perm) == length(nodes) * dof
16+
@test length(perm) == nnodes * dof
1717
nodes = [2, 5, 7]
1818
dof = 2
1919
perm = PeriLab.Solver_Manager.Helpers.create_permutation(nodes, dof, 7)

0 commit comments

Comments
 (0)