Skip to content

Commit 07388e7

Browse files
Fix master
1 parent 5c507b4 commit 07388e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/systems.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ using Catalyst, SBML
33
using Test
44

55
cd(@__DIR__)
6-
sbmlfile = joinpath("test", "data", "reactionsystem_01.xml")
6+
sbmlfile = joinpath("data", "reactionsystem_01.xml")
77
const IV = default_t()
88
@parameters k1, c1
99
@species s1(IV), s2(IV), s1s2(IV)

0 commit comments

Comments
 (0)