Skip to content

Commit

Permalink
Merge pull request #880 from CMSgov/QPPA-9734
Browse files Browse the repository at this point in the history
QPPA-9734 Add appPlus to PY25
  • Loading branch information
ckawell-sb authored Dec 31, 2024
2 parents 59dc09f + b833fd7 commit 4d67340
Show file tree
Hide file tree
Showing 8 changed files with 1,336 additions and 53 deletions.
16 changes: 8 additions & 8 deletions index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -718,14 +718,14 @@ describe('index', () => {
const programNames = Object.keys(programNamesJson).filter(obj => obj !== 'default')
expect(programNames).toStrictEqual([
'mips', 'cpcPlus', 'pcf',
'app1', 'DEFAULT', 'G0053',
'G0054', 'G0055', 'G0056',
'G0057', 'G0058', 'G0059',
'M0001', 'M0005', 'M0002',
'M0004', 'M1366',
'M1367', 'M1368', 'M1369',
'M1370', 'M1420', 'M1421',
'M1422', 'M1423', 'M1424',
'app1', 'appPlus', 'DEFAULT',
'G0053', 'G0054', 'G0055',
'G0056', 'G0057', 'G0058',
'G0059', 'M0001', 'M0002',
'M0004', 'M0005', 'M1366',
'M1367', 'M1368', 'M1369',
'M1370', 'M1420', 'M1421',
'M1422', 'M1423', 'M1424',
'M1425',
]);
})
Expand Down
Loading

0 comments on commit 4d67340

Please sign in to comment.