Skip to content

Commit

Permalink
Merge 286e6d8 into 23b5797
Browse files Browse the repository at this point in the history
  • Loading branch information
amnona committed Jul 2, 2020
2 parents 23b5797 + 286e6d8 commit f6fcf85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion calour/tests/test_experiment.py
Expand Up @@ -32,8 +32,9 @@ def foo(exp, axis=1, inplace=True):
ca.Experiment.foo = ca.Experiment._record_sig(foo)
self.test1.foo()
self.test1.foo()
self.assertTrue(self.test1._call_history[0].startswith('read_amplicon'))
self.assertListEqual(
self.test1._call_history,
self.test1._call_history[1:],
['ExperimentTests.test_record_sig.<locals>.foo()'] * 2)

def test_convert_axis_name_other_func(self):
Expand Down

0 comments on commit f6fcf85

Please sign in to comment.