Skip to content

Commit

Permalink
removed live() from tests as not Talos codes
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkokotila committed Aug 3, 2019
1 parent 3513789 commit 1f7cc71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/commands/test_rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def test_rest(scan_object):
x = x[:50]
y = y[:50]

callbacks = [talos.utils.live(),
callbacks = [
talos.utils.early_stopper(10),
talos.utils.ExperimentLogCallback('test', {})]

Expand Down

0 comments on commit 1f7cc71

Please sign in to comment.