Skip to content

Commit

Permalink
fix swissprot file lines
Browse files Browse the repository at this point in the history
  • Loading branch information
eparejatobes committed Oct 27, 2016
1 parent 86c949e commit 794e7cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/scala/testData.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import org.scalatest.FunSuite

case object testData {

lazy val swissProtFile =
io.Source.fromFile("uniprot_sprot.dat")
def swissProtFile =
io.Source.fromFile("./uniprot_sprot.dat")

def swissProtLines =
swissProtFile.getLines
Expand Down

0 comments on commit 794e7cc

Please sign in to comment.