diff --git a/test/reactions.jl b/test/reactions.jl index 7a14abc..6712a84 100644 --- a/test/reactions.jl +++ b/test/reactions.jl @@ -1,3 +1,8 @@ @testset "From Rhea reactions" begin - @test true + # PFL + r = MetaNetXReactions.get_reaction_from_rhea(11844) + + @test r.id == "MNXR188637" + @test "2.3.1.54" in r.classification + @test all(in.(["11844", "11845", "11846", "11847"], Ref(r.crossreferences["rhea"]))) end \ No newline at end of file