Skip to content

Commit

Permalink
TerraME#16. Updating tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-andrade-inpe committed Aug 11, 2017
1 parent c154011 commit e294a30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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")
unitTest:assertSnapshot(model.chart, "Dam-chart-1.bmp", 0.15)

model = Dam{countYear = true}

model:run()

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

0 comments on commit e294a30

Please sign in to comment.