diff options
| author | lhchavez <[email protected]> | 2019-01-08 02:51:21 +0000 |
|---|---|---|
| committer | lhchavez <[email protected]> | 2019-01-08 02:51:21 +0000 |
| commit | 6d67bde74a667dcdd060ef519832e8fd81064a8e (patch) | |
| tree | 705e564b9dedf0ceced47e6f01012cb9fcb6322f /reset_test.go | |
| parent | 35518c78df9ae727651212512bfaa1a8dae02585 (diff) | |
| parent | 2609f4c6f25a7da56e2e4960c250ea3dfb53e82b (diff) | |
Merge remote-tracking branch 'upstream/master' into repository-create_commit_from_ids
Diffstat (limited to 'reset_test.go')
| -rw-r--r-- | reset_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/reset_test.go b/reset_test.go index 45777e4..89ebc49 100644 --- a/reset_test.go +++ b/reset_test.go @@ -8,6 +8,8 @@ import ( func TestResetToCommit(t *testing.T) { t.Parallel() repo := createTestRepo(t) + defer cleanupTestRepo(t, repo) + seedTestRepo(t, repo) // create commit to reset to commitId, _ := updateReadme(t, repo, "testing reset") |
