Skip to content

Commit

Permalink
TerraME#16 add Dam model
Browse files Browse the repository at this point in the history
  • Loading branch information
MDRRicardo committed Aug 16, 2017
1 parent ebc5005 commit 5fc820b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/Dam.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ return{

model:run()

unitTest:assertSnapshot(model.chart,"Dam-chart-1.bmp", 0.15)
unitTest:assertSnapshot(model.chart, "Dam-chart-1.bmp", 0.15)

model = Dam{countYear = true}

model:run()

unitTest:assertSnapshot(model.chart,"Dam-chart-2.bmp", 0.12)
unitTest:assertSnapshot(model.chart, "Dam-chart-2.bmp", 0.12)
end,
}

0 comments on commit 5fc820b

Please sign in to comment.