Skip to content

Commit 2f04739

Browse files
committed
Add type-check for block assembler
1 parent 7cb9201 commit 2f04739

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/blockarrays.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ using Ferrite, BlockArrays, SparseArrays, Test
4343
@test iszero(K)
4444
@test iszero(f)
4545
block_assembler = start_assemble(KB, fB)
46+
@test isa(block_assembler, Ferrite.AbstractAssembler{Float64})
4647
@test iszero(KB)
4748
@test iszero(fB)
4849

0 commit comments

Comments
 (0)