Skip to content

Commit

Permalink
Changed car name
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxLillack committed May 27, 2014
1 parent fc6f607 commit ab2268b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ScalaDemo2/core/src/test/scala/MacroTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.scalatest.FunSuite
class MacroTest extends FunSuite {
test("macrotest") {

val name = "FuturCar"
val name = "FuturisticCar"
val car = Demo.CarGenerator.generateCar(name, Seq(
Demo.CarConfig.CarBody,
Demo.CarConfig.AutomaticTransmission,
Expand Down

0 comments on commit ab2268b

Please sign in to comment.