Skip to content

Commit

Permalink
Merge pull request #669 from Digital-Engineering/development
Browse files Browse the repository at this point in the history
Development- 1.6.0
  • Loading branch information
DnOberon authored and GitHub Enterprise committed Jun 4, 2024
2 parents a0bf88d + e4d7d40 commit 7629209
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ profile-logs
/tools/ontology_extractor/diamond.owl
**/private-key.pem
/private-key.key
**/public-key.pem
/public-key.pem
/server/src/tests/test-data.json
/server/src/tests/test-data.csv
/server/src/tests/*.csv
Expand Down Expand Up @@ -70,6 +70,6 @@ devenv.local.nix
/server/NodeLibraries/deeplynx/target
/server/NodeLibraries/deeplynx/*.node

**/NodeLibraries/deeplynx/Cargo.lock
**/NodeLibraries/deeplynx/target
**/NodeLibraries/deeplynx/*.node
/NodeLibraries/deeplynx/Cargo.lock
/NodeLibraries/deeplynx/target
/NodeLibraries/deeplynx/*.node
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ describe('A Node Repository', async () => {
expect(node.properties).to.have.deep.property('flower_name', 'Violet');
});


// check composite id bulk save
const originalID1 = mixed[0].id;
const originalID2 = mixed[1].id;
Expand Down

0 comments on commit 7629209

Please sign in to comment.