aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2018-07-15 11:30:54 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2018-07-15 11:30:54 +0200
commit6f34648cf13a8710c767d553e3313985f5d3fa28 (patch)
tree49b2a6852e3e8b21f1cf0f856b1d78ee94931015 /test
parent68b2f9bd888f86766fea254d6253f3b1e88cc8a4 (diff)
downloadee-python-6f34648cf13a8710c767d553e3313985f5d3fa28.tar.gz
ee-python-6f34648cf13a8710c767d553e3313985f5d3fa28.tar.bz2
ee-python-6f34648cf13a8710c767d553e3313985f5d3fa28.tar.xz
ee-python-6f34648cf13a8710c767d553e3313985f5d3fa28.zip
undo
Diffstat (limited to 'test')
-rw-r--r--test/test_digikey.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_digikey.py b/test/test_digikey.py
index 051c66f..015b7ca 100644
--- a/test/test_digikey.py
+++ b/test/test_digikey.py
@@ -9,7 +9,7 @@ from itertools import groupby
basedir = os.path.dirname(os.path.abspath(__file__))
digikey = dk.Digikey()
-client = dk.DigikeyClient(digikey, event_handler=lambda kind, msg: print("{}:{}".format(kind, msg)))
+client = dk.DigikeyClient(digikey, on_download=print)
@pytest.mark.digikey