summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-01-04 15:42:07 +0100
committerBastien Nocera <hadess@hadess.net>2022-01-04 16:13:37 +0100
commite2bdd3e255475698e0e5314d7e09fff0c9b78398 (patch)
tree41bd6a304dc863b8127390344075f1e70ab36d1e /tests
parenta0ca62868df8b9176ea3455b96b3bc4ebdb3860c (diff)
downloadgnome-bluetooth-e2bdd3e255475698e0e5314d7e09fff0c9b78398.tar.gz
build: Bump API version to 3.0
To match the software's version number too.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/integration-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration-test b/tests/integration-test
index 4a2adeca..97c0182e 100755
--- a/tests/integration-test
+++ b/tests/integration-test
@@ -42,7 +42,7 @@ try:
GIRepository.Repository.prepend_library_path(builddir + '/lib/')
GIRepository.Repository.prepend_search_path(builddir + '/lib/')
- gi.require_version('GnomeBluetoothPriv', '2.0')
+ gi.require_version('GnomeBluetoothPriv', '3.0')
from gi.repository import GnomeBluetoothPriv
except ImportError as e:
sys.stderr.write('Could not find GnomeBluetoothPriv gobject-introspection data in the build dir: %s\n' % str(e))