Skip to content

Commit 02ab697

Browse files
committed
tests: Fix required version in GI test
1 parent 8b22c8c commit 02ab697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/gi-test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import gi
2-
gi.require_version('Mirbooking', '2.3')
2+
gi.require_version('Mirbooking', '2.4')
33
from gi.repository import GLib, Mirbooking, Gio
44
import unittest
55
from os.path import dirname, join

0 commit comments

Comments
 (0)