update to shorten example names in webide

This commit is contained in:
Edmond Lee 2020-06-03 09:55:37 -07:00
parent 7d65000e2a
commit 18bf6f92e4
7 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
(*_*
name: Increment Contract (CameLIGO)
name: Increment (CameLIGO)
language: cameligo
compile:
entrypoint: main

View File

@ -1,5 +1,5 @@
(*_*
name: ID Contract (CameLIGO)
name: ID (CameLIGO)
language: cameligo
compile:
entrypoint: main

View File

@ -1,5 +1,5 @@
(*_*
name: Increment Contract (PascaLIGO)
name: Increment (PascaLIGO)
language: pascaligo
compile:
entrypoint: main

View File

@ -1,5 +1,5 @@
(*_*
name: ID Contract (PascaLIGO)
name: ID (PascaLIGO)
language: pascaligo
compile:
entrypoint: main

View File

@ -1,5 +1,5 @@
(*_*
name: Increment Contract (ReasonLIGO)
name: Increment (ReasonLIGO)
language: reasonligo
compile:
entrypoint: main

View File

@ -1,5 +1,5 @@
/* (*_*
name: ID Contract (ReasonLIGO)
name: ID (ReasonLIGO)
language: reasonligo
compile:
entrypoint: main

View File

@ -24,7 +24,7 @@ describe('Share', () => {
await responseCallback;
const actualShareLink = await page.evaluate(getInputValue, 'share-link');
const expectedShareLink = `${API_HOST}/p/Q6NsW75ot2Tym5I4JU8AgQ`
const expectedShareLink = `${API_HOST}/p/_NR3BFP2j3bclsSLzP6fXg`
expect(actualShareLink).toEqual(expectedShareLink);
done();