mirror of
https://github.com/markmanx/isoflow.git
synced 2025-02-08 12:27:53 +00:00
chore: updates test fixture
This commit is contained in:
parent
3d0bbcbeb1
commit
265dbe3a13
1 changed files with 2 additions and 2 deletions
4
src/tests/fixtures/scene.ts
vendored
4
src/tests/fixtures/scene.ts
vendored
|
@ -5,12 +5,12 @@ export const scene: SceneInput = {
|
||||||
{
|
{
|
||||||
id: 'icon1',
|
id: 'icon1',
|
||||||
name: 'Icon1',
|
name: 'Icon1',
|
||||||
url: 'http://example1.com'
|
url: 'https://isoflow.io/static/assets/icons/networking/server.svg'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'icon2',
|
id: 'icon2',
|
||||||
name: 'Icon2',
|
name: 'Icon2',
|
||||||
url: 'http://example2.com'
|
url: 'https://isoflow.io/static/assets/icons/networking/block.svg'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
nodes: [
|
nodes: [
|
||||||
|
|
Loading…
Reference in a new issue