Skip to content

Commit

Permalink
Autogenerated literator docs for v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eparejatobes committed Oct 27, 2016
1 parent 794e7cc commit 1c7b47a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/test/scala/testData.scala.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,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 1c7b47a

Please sign in to comment.