Skip to content

Commit

Permalink
Tests now compile
Browse files Browse the repository at this point in the history
  • Loading branch information
labra committed Nov 5, 2013
1 parent e8c633e commit 82c9bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/es/weso/computex/ProfileParserSuite.scala
Expand Up @@ -119,7 +119,7 @@ class ProfileParserSuite
val profile = Profile.Computex
val model = Generator(2,1,1).model
val expanded = profile.expand(model)
expanded.sice should be(10)
expanded.size should be(10)
}

it("Should validate computex demo generated randomly with Computex profile") {
Expand Down

0 comments on commit 82c9bfe

Please sign in to comment.