We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 056c6e6 commit 1394e5aCopy full SHA for 1394e5a
csv-validator-core/src/test/scala/uk/gov/nationalarchives/csv/validator/UtilSpec.scala
@@ -53,7 +53,7 @@ class UtilSpec extends Specification with TestResources {
53
54
val apiFiles = Util.findAllFiles(true, new File(acceptancePath))
55
56
- apiFiles must haveLength(118)
+ apiFiles must haveLength(120)
57
58
apiFiles must contain (new File(s"$basePath/uk/gov/nationalarchives/csv/validator/acceptance/twoRulesPassMetaData.csv"))
59
0 commit comments