We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9ff401 commit d8e26bcCopy full SHA for d8e26bc
test/integration/projects.test.js
@@ -13,7 +13,7 @@ describe('Project Integration', function () {
13
acceptLanguage: 'fr'
14
});
15
expect(data.length).to.be.above(0);
16
- expect(data[0].name).to.include('Projet'); // French
+ expect(data[0].name).to.include('Démo'); // French
17
18
19
it('supports fetching a single project', async function () {
@@ -54,7 +54,7 @@ describe('Project Integration', function () {
54
55
56
57
- expect(projectResponse.data.name).to.include('Projet'); // French
+ expect(projectResponse.data.name).to.include('Démo'); // French
58
59
60
it('supports fetching all projects from the United States', async function () {
0 commit comments