diff --git a/package.json b/package.json index 0a603ab..4b0e89a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vegaprotocol/approbation", - "version": "4.0.0", + "version": "4.1.0", "description": "Match Acceptance Criteria Codes with the tests that test them", "main": "./bin/approbation.js", "engine": ">= 16", diff --git a/src/lib/priority.js b/src/lib/priority.js index 3f1f111..6983755 100644 --- a/src/lib/priority.js +++ b/src/lib/priority.js @@ -29,6 +29,7 @@ const specPriorities = { '0064-VALP': 2, '0067-KEYS': 2, '0072-SPPW': 2, + '0078-NWLI': 2, // ============== '0017-PART': 3, '0025-OCRE': 3, diff --git a/test/test-data/categories.json b/test/test-data/categories.json index 442bbb9..0cf617d 100644 --- a/test/test-data/categories.json +++ b/test/test-data/categories.json @@ -9,7 +9,7 @@ "specs": ["0002-STTL", "0003-MTMK", "0045-DSRC", "0046-DSRM", "0047-DSRF", "0048-DSRI"] }, "Protections": { - "specs": ["0073-LIMN", "0072-SPPW", "0062-SPAM", "0060-WEND", "0003-NP-LIMI", "0072-SPPW"] + "specs": ["0073-LIMN", "0072-SPPW", "0062-SPAM", "0060-WEND", "0003-NP-LIMI", "0072-SPPW", "0078-NWLI"] }, "Liquidity": { "specs": ["0044-LIME", "0042-LIQF", "0034-PROB"]