Skip to content

Commit fe07d7e

Browse files
jbreue16Copilot
andauthored
Update test/ReactionModels.cpp
Co-authored-by: Copilot <[email protected]>
1 parent e5c748a commit fe07d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ReactionModels.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ TEST_CASE("MichaelisMenten kinetic analytic Jacobian vs AD with inhibition", "[M
145145
);
146146
}
147147

148-
TEST_CASE("Multi Substrat MichaelisMenten kinetic analytic Jacobian vs AD with inhibition", "[MichaelisMenten],[ReactionModel],[Jacobian],[AD]")
148+
TEST_CASE("Multi Substrate MichaelisMenten kinetic analytic Jacobian vs AD with inhibition", "[MichaelisMenten],[ReactionModel],[Jacobian],[AD]")
149149
{
150150
const unsigned int nBound[] = { 1, 2, 1 };
151151
const double point[] = { 1.0, 2.0, 1.4, 2.1, 0.2, 1.1, 1.8 };

0 commit comments

Comments
 (0)