tests: telephony: Add missing import to fix jami tests.

* gnu/tests/telephony.scm (run-jami-test): Add a missing (ice-9 match) import
directive.

Co-authored-by: Olivier Dion <olivier.dion@polymtl.ca>
This commit is contained in:
Maxim Cournoyer 2022-09-26 15:49:54 -04:00
parent b9cdff6d73
commit 28a50eeac7
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -273,6 +273,7 @@ (define marionette
(marionette-eval
'(begin
(use-modules (gnu services herd)
(ice-9 match)
(rnrs base)
(srfi srfi-1))