summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorrsiddharth <rsd@gnu.org>2016-03-18 22:34:56 -0400
committerrsiddharth <rsd@gnu.org>2016-03-18 22:34:56 -0400
commit29a3dbcc8208d3b9907d88b2c5b34fbb0f935717 (patch)
tree1f1942e839187dba4cf9870c167e4c17e398b04c /tests
parent2c2b37cfd3a018b1a6ff15b275c3768dee153d08 (diff)
updated tests/test_lps_gen.py
Diffstat (limited to 'tests')
-rw-r--r--tests/test_lps_gen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_lps_gen.py b/tests/test_lps_gen.py
index 3d28101..850d600 100644
--- a/tests/test_lps_gen.py
+++ b/tests/test_lps_gen.py
@@ -294,7 +294,7 @@ class TestLPiCal(object):
def test_gen_ical(self):
"""Testing LPiCal.gen_ical.
"""
- ical = self.lp_ical.gen_ical()
+ print self.lp_ical.gen_ical()
def test_to_ical(self):