Skip to content

Commit df90da5

Browse files
committed
TerraME#16 update Dam Model
1 parent 3602095 commit df90da5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Dam.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ return{
77

88
model:run()
99

10-
unitTest:assertSnapshot(model.chart, "Dam-chart-1.bmp", 0.15)
10+
unitTest:assertSnapshot(model.chart, "Dam-chart-1.bmp", 0.16)
1111

1212
model = Dam{countYear = true}
1313

1414
model:run()
1515

16-
unitTest:assertSnapshot(model.chart, "Dam-chart-2.bmp", 0.12)
16+
unitTest:assertSnapshot(model.chart, "Dam-chart-2.bmp", 0.17)
1717
end,
1818
}
1919

0 commit comments

Comments
 (0)