Skip to content

Commit

Permalink
Merge pull request #4 from trypophob1a/pkg/strategy/selfcheckfinder--1
Browse files Browse the repository at this point in the history
FIX CI
  • Loading branch information
trypophob1a committed Jul 25, 2022
2 parents e81d9bd + 0e6649b commit 406a382
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion pkg/core/fileManager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ func TestMoveFile(t *testing.T) {

file = CreateFile(filePath)
err = MoveFile(filePath, "./testdata/move/")
println("ДА ДА ДА ДА !")
require.Error(t, err)
file.Close()
_ = os.Remove(filePath)
Expand Down
5 changes: 0 additions & 5 deletions pkg/strategy/selfcheckfinder/defaultfinder.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,7 @@ func (f *DefaultFinder) SetResource(fileTxt string) {
}

func (f DefaultFinder) unSerializeTxt() []string {
hello()
return core.UnSerializeTxt(f.resourcePath, func(collection []string, value string) []string {
return append(collection, value)
}, make([]string, 0, 50))
}

func hello() {
println("hello")
}

0 comments on commit 406a382

Please sign in to comment.