Added a regex pattern to test the output for completeness at Scotland level was either one-digit, two-digits or the number 100 followed by a % symbol. Then deleted the tests that checked the numeric part of the output was < 100, since that's now covered by the regex.
Added a regex pattern to test the output for
completeness
at Scotland level was either one-digit, two-digits or the number 100 followed by a%
symbol. Then deleted the tests that checked the numeric part of the output was < 100, since that's now covered by the regex.