mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Fix test case for local icon in library
This commit is contained in:
parent
471eb4e92c
commit
730803ea00
@ -84,7 +84,7 @@ describe("runtime/library", function() {
|
||||
libs[0].should.have.property('id', 'local');
|
||||
libs[0].should.have.property('label','editor:library.types.local');
|
||||
libs[0].should.have.property("user", false);
|
||||
libs[0].should.have.property('icon', 'font-awesome/fa-hdd-o');
|
||||
libs[0].should.have.property('icon', 'fa fa-hdd-o');
|
||||
|
||||
libs[1].should.have.property('id', 'examples');
|
||||
libs[1].should.have.property('label','editor:library.types.examples');
|
||||
|
Loading…
x
Reference in New Issue
Block a user