We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7754ca commit 4c56dadCopy full SHA for 4c56dad
src/integration-test/groovy/ToolTabulateSpec.groovy
@@ -62,7 +62,7 @@ class ToolTabulateSpec extends GebSpec {
62
modalModule.getSizeOfCSVTable() > 2
63
modalModule.getCellByName("layer",1) == "Koppen Climate Classification (Major Classes)"
64
65
- Float.parseFloat(modalModule.getCellByName("Temperate",2)) >= 1600
+ Float.parseFloat(modalModule.getCellByName("Temperate",2)) >= 1500
66
67
Thread.sleep(pause)
68
}
0 commit comments