Skip to content
  • Marek Szuba's avatar
    Improve the RNAProduct::transcript() test · 86a40741
    Marek Szuba authored
    First of all, actually pass a transcript object to test_getter_setter;
    this was a mistake.
    
    Secondly, due to the way test_getter_setter() works it is necessary to
    either link the RNAProduct object to the database (or to be precise, set
    an adaptor) or pre-set a Transcript object. I have chosen the latter
    because that way this part of the tests remains local-only.
    86a40741