Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAbides committed Aug 8, 2023
1 parent 6e54ef8 commit 432f30e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/build-bootstrapper/build_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,4 @@ func TestBuild(t *testing.T) {
want, err := os.ReadFile(filepath.FromSlash("testdata/want.txt"))
require.NoError(t, err)
require.Equal(t, string(want), got)
//require.Empty(t, cmp.Diff(string(want), got))
}

0 comments on commit 432f30e

Please sign in to comment.