X-Git-Url: https://git.donarmstrong.com/?p=biopieces.git;a=blobdiff_plain;f=code_ruby%2Ftest%2Fmaasha%2Ftest_locator.rb;h=7517417bfba2aa5d79304316a1e8614b5e93766d;hp=dc0fe14ba20d7d7cf2b93d27c89f61710da00569;hb=a30677c14f1738f6a76e8c12f2e732cdef9958d6;hpb=545eed9d7927e2c59a7c7d3c919aa8d8bed18c86 diff --git a/code_ruby/test/maasha/test_locator.rb b/code_ruby/test/maasha/test_locator.rb index dc0fe14..7517417 100755 --- a/code_ruby/test/maasha/test_locator.rb +++ b/code_ruby/test/maasha/test_locator.rb @@ -32,7 +32,7 @@ require 'test/helper' class TestLocator < Test::Unit::TestCase def setup - @seq = Seq.new(nil, "tcatgatcaagatctaacagcagaagtacacttctattta", :dna) + @seq = Seq.new(seq: "tcatgatcaagatctaacagcagaagtacacttctattta", type: :dna) end test "#new with single position returns correctly" do