Skip to content

Commit 4c56dad

Browse files
committed
Bump to 1.0.4 fix(add pdf libs)
1 parent d7754ca commit 4c56dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/integration-test/groovy/ToolTabulateSpec.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class ToolTabulateSpec extends GebSpec {
6262
modalModule.getSizeOfCSVTable() > 2
6363
modalModule.getCellByName("layer",1) == "Koppen Climate Classification (Major Classes)"
6464

65-
Float.parseFloat(modalModule.getCellByName("Temperate",2)) >= 1600
65+
Float.parseFloat(modalModule.getCellByName("Temperate",2)) >= 1500
6666

6767
Thread.sleep(pause)
6868
}

0 commit comments

Comments
 (0)