Skip to content

Commit

Permalink
shared-state: fixes test file url
Browse files Browse the repository at this point in the history
  • Loading branch information
javierajorge committed Apr 25, 2024
1 parent a255bb7 commit 1c6af3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ describe('Tests network_nodes #network_nodes', function()
end)

it('a simple test to get babel info and assert requiered fields are present', function()
package.path = package.path .. ";packages/shared-state-babel_links_info/files/usr/bin/?;;"
package.path = package.path .. ";packages/shared-state-babel_links_info/files/usr/share/shared-state/publishers/?;;"
require("shared-state-publish_babel_links_info")

babelinfo = get_babel_links_info()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ describe('Tests bat_links_info #bat_links_info', function ()
return iwinfo.mocks.wlan1_mesh_mac
end)

package.path = package.path .. ";packages/shared-state-bat_links_info/files/usr/bin/?;;"
package.path = package.path .. ";packages/shared-state-bat_links_info/files/usr/share/shared-state/publishers/?;;"
require ("shared-state-publish_bat_links_info")

it('a simple test to get node info and assert requiered fields are present', function()
Expand Down

0 comments on commit 1c6af3e

Please sign in to comment.