Skip to content

Commit

Permalink
Fix test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
retrixe committed Sep 24, 2023
1 parent 7ae4df4 commit 9babc39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions installed-tests/fixtures/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ if (GLib.getenv('GSCONNECT_TEST')) {
}


const _setup = imports.service.utils.setup;
const {Device} = imports.service.device;
const {Plugin} = imports.service.plugin;

Expand Down
2 changes: 2 additions & 0 deletions src/service/utils/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ Object.defineProperties(Gio.TlsCertificate.prototype, {

return this.__common_name;
},
configurable: true,
enumerable: true,
},

Expand Down Expand Up @@ -452,6 +453,7 @@ Object.defineProperties(Gio.TlsCertificate.prototype, {

return this.__pubkey_der;
},
configurable: true,
enumerable: false,
},

Expand Down

0 comments on commit 9babc39

Please sign in to comment.