Skip to content

Commit 01ecb1f

Browse files
committed
Update
1 parent 616b7c8 commit 01ecb1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/test_model.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,11 +252,11 @@ function test_printing()
252252
contents = read(joinpath(dir, "log.txt"), String)
253253
for line in [
254254
"Algorithm: KirlikSayin",
255-
"auxillary subproblem",
256255
"1 0.00000e+00 0.00000e+00",
257256
"----------------------------------------------",
258-
"TerminationStatus: OPTIMAL",
259-
"ResultCount: 10",
257+
"termination_status: OPTIMAL",
258+
"result_count: 10",
259+
"Time spent in subproblems: ",
260260
]
261261
@test occursin(line, contents)
262262
end

0 commit comments

Comments
 (0)