Skip to content

Commit

Permalink
fix syrup require (openstf#756)
Browse files Browse the repository at this point in the history
Signed-off-by: Jussi Vatjus-Anttila <[email protected]>
  • Loading branch information
jupe authored Jan 29, 2024
1 parent 0c91b55 commit c481720
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/units/device/plugins/bluetooth.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
var syrup = require('stf-syrup')
var syrup = require('@devicefarmer/stf-syrup')

var logger = require('../../../util/logger')
var wire = require('../../../wire')
var wireutil = require('../../../wire/util')


module.exports = syrup.serial()
.dependency(require('./service'))
.dependency(require('../support/router'))
Expand Down

0 comments on commit c481720

Please sign in to comment.