Skip to content

Commit

Permalink
just in case a cache is used...
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatera committed Nov 29, 2024
1 parent 0baca0c commit 50a869f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/builtin/test_datentime.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def test_private_doctests_datetime(str_expr, msgs, str_expected, fail_msg):
"TimeConstrained with two arguments",
),
(
"TimeConstrained[Integrate[Sin[x]^1000,x],.001, Integrate[Cos[x],x]]",
"TimeConstrained[Integrate[Cos[x]^1000,x],.001, Integrate[Cos[x],x]]",
None,
"Sin[x]",
"TimeConstrained with three arguments",
Expand Down

0 comments on commit 50a869f

Please sign in to comment.