Skip to content

Commit

Permalink
Merge pull request #68 from innovativeinnovation/fix-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
williambelle committed Mar 31, 2022
2 parents f5a650f + de75c3f commit 43ef66a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/test-email.js
Expand Up @@ -39,7 +39,7 @@ describe('epfl-people-api findByEmail', function () {
);
assert.equal(person.name, 'Duratti');
assert.equal(person.firstname, 'Lindo');
assert.equal(person.accreds[0].officeList[0], 'INN 018');
assert.equal(person.accreds[0].officeList[0], 'MA A0 393');
});

it('should find email yves.junod@epfl.ch', async () => {
Expand Down
2 changes: 1 addition & 1 deletion test/test-sciper.js
Expand Up @@ -69,7 +69,7 @@ describe('epfl-people-api findBySciper', function () {
const person = await epflPeopleApi.findBySciper(128871, 'en');
assert.equal(person.name, 'Duratti');
assert.equal(person.firstname, 'Lindo');
assert.equal(person.accreds[0].officeList[0], 'INN 018');
assert.equal(person.accreds[0].officeList[0], 'MA A0 393');
assert.equal(person.accreds[0].position, 'Computer Scientist');
});

Expand Down

0 comments on commit 43ef66a

Please sign in to comment.