Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
matoval committed Nov 14, 2024
1 parent 4f56783 commit 0eab20b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/workceptor/workunitbase_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,8 @@ func TestMonitorLocalStatus(t *testing.T) {
statErr: nil,
fsNotifyEvent: &fsnotify.Event{Op: fsnotify.Remove},
sleepDuration: 100 * time.Millisecond,
},{
},
{
name: "Handle Rename Event",
statObj: NewInfo("test", 1, 0, time.Now()),
addWatcherErr: nil,
Expand Down

0 comments on commit 0eab20b

Please sign in to comment.