Skip to content

Commit b2b1ed5

Browse files
author
marcmaro
committed
use a faster lib for testing
1 parent df0ef90 commit b2b1ed5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/packager/node_packager_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ const (
2323
TestLibNativeWithPrebuilds = "node-red-contrib-usb" //"node-red-contrib-modbus"
2424

2525
TestLibVersioned = TestLibDataView + "@0.0.3"
26-
TestLibScoped = "@flowfuse/node-red-dashboard"
27-
TestLibScopedVersioned = TestLibScoped + "@1.16.0"
26+
TestLibScoped = "@flowfuse/node-red-dashboard-2-user-addon"
27+
TestLibScopedVersioned = TestLibScoped + "@1.1.0"
2828
)
2929

3030
type NodePackagerTestSuite struct {

0 commit comments

Comments
 (0)