Skip to content

Commit

Permalink
Addressed comments from PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
rmanaem committed Oct 26, 2023
1 parent 9f389d6 commit 3c63c20
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ describe("getAssessmentToolJSONOutput", () => {

it("Make sure Assessment tool json output is schema compliant", () => {

// Act - Get formatted json output data for discrete value column
const output = store.getters.getAssessmentToolJSONOutput(store.state)("column1");
expect(output).to.deep.equal(
{
Expand Down
1 change: 1 addition & 0 deletions store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ export const getters = {
}
});

// Add existing keys from user provided dictionary
Object.keys(annotatedDictColumn).forEach(columnEntry => {

if ( "missingValues" !== columnEntry && "valueMap" !== columnEntry ) {
Expand Down

0 comments on commit 3c63c20

Please sign in to comment.