Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bermr committed Aug 11, 2017
1 parent cb5fd3f commit 0622313
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/Dam.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,10 @@
return{
Dam = function(unitTest)
local model = Dam{}

model:run()

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)
end,
}
Expand Down

0 comments on commit 0622313

Please sign in to comment.