]> git.donarmstrong.com Git - biopieces.git/blobdiff - code_ruby/test/maasha/test_locator.rb
refactoring of ruby code converting sequences types to symbols
[biopieces.git] / code_ruby / test / maasha / test_locator.rb
index 052f779de88ed00582e71317199683bb40e9033b..dc0fe14ba20d7d7cf2b93d27c89f61710da00569 100755 (executable)
@@ -32,7 +32,7 @@ require 'test/helper'
 
 class TestLocator < Test::Unit::TestCase 
   def setup
-    @seq = Seq.new(nil, "tcatgatcaagatctaacagcagaagtacacttctattta", "dna")
+    @seq = Seq.new(nil, "tcatgatcaagatctaacagcagaagtacacttctattta", :dna)
   end
 
   test "#new with single position returns correctly" do