Skip to content

Commit

Permalink
testSharePlugin: Enable new update message
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdnyc committed Jun 12, 2024
1 parent e2f11dd commit 2d3a848
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion installed-tests/suites/plugins/testSharePlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,21 @@ describe('The share plugin', function () {
localDevice: {
incomingCapabilities: [
'kdeconnect.share.request',
'kdeconnect.share.request.update',
],
outgoingCapabilities: [
'kdeconnect.share.request',
'kdeconnect.share.request.update',
],
},
remoteDevice: {
incomingCapabilities: [
'kdeconnect.share.request',
'kdeconnect.share.request.update',
],
outgoingCapabilities: [
'kdeconnect.share.request',
'kdeconnect.share.request.update',
],
},
});
Expand Down Expand Up @@ -119,4 +123,3 @@ describe('The share plugin', function () {
expect(remotePlugin.device.get_action_enabled(action)).toBeFalse();
});
});

0 comments on commit 2d3a848

Please sign in to comment.