Skip to content

Commit 7025afe

Browse files
committed
merge fix
1 parent d935dd9 commit 7025afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/network_analysis/network_properties.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ let
355355
k = rand(rng, numparams(rn))
356356
rates = Dict(zip(parameters(rn), k))
357357
@test Catalyst.iscomplexbalanced(rn, rates) == true
358-
@test Catalyst.Catalyst.isdetailedbalanced(rn, rates) == false
358+
@test Catalyst.isdetailedbalanced(rn, rates) == false
359359
end
360360

361361
### STRONG LINKAGE CLASS TESTS

0 commit comments

Comments
 (0)