Skip to content

Commit

Permalink
Merge pull request #3 from COBREXA/compathelper/new_version/2024-06-1…
Browse files Browse the repository at this point in the history
…0-12-08-42-766-02209380496

CompatHelper: bump compat for AbstractFBCModels to 0.3, (keep existing compat)
  • Loading branch information
exaexa authored Jun 10, 2024
2 parents f27c568 + 82a29fa commit b0adda9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@ SBML = "e5567a89-2604-4b09-9718-f5f78e97c3bb"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
AbstractFBCModels = "0.1, 0.2"
AbstractFBCModels = "0.1, 0.2, 0.3"
DocStringExtensions = "0.8, 0.9"
SBML = "1.5"
SparseArrays = "1"
Test = "1"
julia = "1.6"

[extras]

Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
Expand Down
4 changes: 1 addition & 3 deletions test/misc.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@

@testset "miscellaneous functions and corner cases" begin
@test_throws DomainError S.sbml_export_sbo(
A.Annotations("sbo" => ["123", "321"]),
)
@test_throws DomainError S.sbml_export_sbo(A.Annotations("sbo" => ["123", "321"]))

@test S.sortunique([3, 2, 1, 2, 3, 2, 1, 2, 3]) == [1, 2, 3]
end

0 comments on commit b0adda9

Please sign in to comment.