Skip to content

Commit ca108fe

Browse files
authored
test code coverage enforcement
1 parent ea0e341 commit ca108fe

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

internal/file/file_manager_service_test.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import (
2929
"github.com/stretchr/testify/assert"
3030
"github.com/stretchr/testify/require"
3131
)
32-
32+
/*
3333
func TestFileManagerService_ConfigApply_Add(t *testing.T) {
3434
ctx := context.Background()
3535
tempDir := t.TempDir()
@@ -74,7 +74,7 @@ func TestFileManagerService_ConfigApply_Add(t *testing.T) {
7474
assert.True(t, fileManagerService.rollbackManifest)
7575
}
7676
77-
/*
77+
7878
func TestFileManagerService_ConfigApply_Add_LargeFile(t *testing.T) {
7979
ctx := context.Background()
8080
tempDir := t.TempDir()
@@ -123,7 +123,7 @@ func TestFileManagerService_ConfigApply_Add(t *testing.T) {
123123
assert.Equal(t, 53, int(fakeServerStreamingClient.currentChunkID))
124124
assert.True(t, fileManagerService.rollbackManifest)
125125
}
126-
*/
126+
127127
128128
func TestFileManagerService_ConfigApply_Update(t *testing.T) {
129129
ctx := context.Background()
@@ -814,6 +814,7 @@ func TestFileManagerService_UpdateManifestFile(t *testing.T) {
814814
})
815815
}
816816
}
817+
*/
817818

818819
func TestFileManagerService_fileActions(t *testing.T) {
819820
ctx := context.Background()

0 commit comments

Comments
 (0)