Skip to content

Commit

Permalink
handle collection state deletion error
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidaguerre committed Jan 23, 2025
1 parent 89d62dc commit aaf2951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/file_system_source_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func TestFileSource_DiscoverArtifacts(t *testing.T) {
type fields struct {
paths []string
fileLayout string
config []byte
//config []byte
}

tests := []struct {
Expand Down

0 comments on commit aaf2951

Please sign in to comment.