From 53bf8b55e7d03e914e63305166254b45c27320f7 Mon Sep 17 00:00:00 2001 From: gebele Date: Mon, 14 Jan 2019 16:52:00 +0100 Subject: adjust AOP PubChem value --- service-tests/service-tests.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service-tests/service-tests.rb b/service-tests/service-tests.rb index f0897af..6072de6 100644 --- a/service-tests/service-tests.rb +++ b/service-tests/service-tests.rb @@ -184,7 +184,7 @@ class WebServiceTests < Minitest::Test assert_equal response.code, 200 xml = Nokogiri::HTML.parse(response.body) value = xml.at('th').text.split.first.strip - assert_equal "(7S,9S)-7-[(2R,4S,5S,6S)-4-amino-5-hydroxy-6-methyloxan-2-yl]oxy-6,9,11-trihydroxy-9-(2-hydroxyacetyl)-4-methoxy-8,10-dihydro-7H-tetracene-5,12-dione", value + assert_equal "(7~{S},9~{S})-7-[(2~{R},4~{S},5~{S},6~{S})-4-amino-5-hydroxy-6-methyloxan-2-yl]oxy-6,9,11-trihydroxy-9-(2-hydroxyacetyl)-4-methoxy-8,10-dihydro-7~{H}-tetracene-5,12-dione", value end def test_dg2_Elena -- cgit v1.2.3