Skip to content

Commit 74814cd

Browse files
committed
fix tests
1 parent 56f00f2 commit 74814cd

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

test/unit_tests/Models/Material/Material_Models/Correspondence/ut_Correspondence_UMAT.jl

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -60,31 +60,6 @@ end
6060
Dict{String,Any}(),
6161
),
6262
)
63-
@test isnothing(
64-
Correspondence_UMAT.init_model(
65-
test_data_manager,
66-
Vector{Int64}(1:nodes),
67-
Dict{String,Any}(
68-
"File" => file,
69-
"Number of Properties" => 3,
70-
"Property_1" => 2,
71-
"Property_3" => 2.4,
72-
),
73-
),
74-
)
75-
@test isnothing(
76-
Correspondence_UMAT.init_model(
77-
test_data_manager,
78-
Vector{Int64}(1:nodes),
79-
Dict{String,Any}(
80-
"File" => file,
81-
"Number of Properties" => 3,
82-
"Property_1" => 2,
83-
"Property_2" => 2.4,
84-
"Property_4" => 2,
85-
),
86-
),
87-
)
8863

8964
@test isnothing(
9065
Correspondence_UMAT.init_model(

0 commit comments

Comments
 (0)