Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdurham committed Apr 1, 2024
1 parent d0de4da commit 19de53b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions internal/flow/import_git_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,6 @@ testImport.add "cc" {
`

// After this update the sum should still be 2 and not 3 since it is pinned to the initial hash.
require.NoError(t, err)

err = os.WriteFile(math, []byte(contentsMore), 0666)
require.NoError(t, err)

Expand Down Expand Up @@ -268,9 +266,6 @@ testImport.add "cc" {
`

// After this update the sum should still be 2 and not 3 since it is pinned to the tag.

require.NoError(t, err)

err = os.WriteFile(math, []byte(contentsMore), 0666)
require.NoError(t, err)

Expand Down

0 comments on commit 19de53b

Please sign in to comment.