Files
docker-cli/cli/command/service
Daniel Nephin e15b208e96 Convert assert.Check(t, is.Error()) to assert.Error
git grep -l -P '^\s+assert\.Check\(t, is\.Error\(' | \
    xargs perl -pi -e 's/^(\s+assert\.)Check\(t, is\.Error\((.*)\)$/\1Error(t, \2/'

Signed-off-by: Daniel Nephin <dnephin@docker.com>
2018-03-06 16:00:28 -05:00
..
2018-03-05 19:41:17 -05:00
2018-03-05 19:41:17 -05:00
2018-03-06 15:43:53 -05:00
2017-07-19 18:18:06 +03:00
2017-10-26 12:21:02 -04:00
2018-01-29 11:08:54 -08:00
2017-06-07 17:02:46 +02:00
2018-03-06 15:43:53 -05:00
2017-10-25 14:49:26 -04:00
2017-10-30 17:21:41 +01:00