git-lfs/t/cmd
Taylor Blau bbb8f5e485 t/cmd/lfstest-count-tests.go: prefer consistent constant usage
In both the 'increment' and 'decrement' countFn, we observer the
following pattern:

    if /* some computation with n */ {
      // ...
      return n +- 1, nil
    }
    // ...
    return /* 0 or 1 */, nil

But in the below case of the increment implementation, we violate this
example. Let's fix that be adhering to the above.
2018-07-16 16:34:47 -05:00
..
util t: move testutils.go to cmd sub-package 2018-07-13 12:54:18 -05:00
git-credential-lfsnoop.go test: move to 'test' to 't' 2018-07-09 16:07:32 -05:00
git-credential-lfstest.go test: move to 'test' to 't' 2018-07-09 16:07:32 -05:00
lfs-askpass.go test: move to 'test' to 't' 2018-07-09 16:07:32 -05:00
lfs-ssh-echo.go test: move to 'test' to 't' 2018-07-09 16:07:32 -05:00
lfs-ssh-proxy-test.go test: move to 'test' to 't' 2018-07-09 16:07:32 -05:00
lfstest-count-tests.go t/cmd/lfstest-count-tests.go: prefer consistent constant usage 2018-07-16 16:34:47 -05:00
lfstest-customadapter.go test: move to 'test' to 't' 2018-07-09 16:07:32 -05:00
lfstest-gitserver.go t/cmd/lfstest-count-tests.go: initial commit 2018-07-11 13:18:15 -05:00
lfstest-standalonecustomadapter.go test: move to 'test' to 't' 2018-07-09 16:07:32 -05:00
lfstest-testutils.go t: move testutils.go to cmd sub-package 2018-07-13 12:54:18 -05:00