Skip to content

Commit

Permalink
feat: solid service
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximvdw committed Dec 19, 2023
1 parent 5eb7fae commit 6cf7e58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/specs/solid.objects.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe('SolidDataDriver', () => {
});

after(() => {
model.destroy();
model.emit('destroy');
});

describe('insert', () => {
Expand All @@ -35,7 +35,7 @@ describe('SolidDataDriver', () => {
sensor.frequency = 50;
sensor.webId = session.info.webId;
sensor.rdf = {
path: `sensors/abc.ttl` as any,
path: `sensors/test.ttl` as any,
};
model.findDataService(DataObject)
.insert(sensor.uid, sensor).then(result => {
Expand Down

0 comments on commit 6cf7e58

Please sign in to comment.