Skip to content

Commit

Permalink
Fixed tests under linux
Browse files Browse the repository at this point in the history
  • Loading branch information
blaubaer committed Aug 25, 2024
1 parent 27c7ff1 commit dd5ce37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/user/etc-colon-repository_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1014,6 +1014,7 @@ bar:XbarX:20453:10:100:::20818:`)
require.NoError(t, actualErr)

assert.NoError(t, syncError)
time.Sleep(100 * time.Millisecond)
})
}
}
Expand Down
2 changes: 2 additions & 0 deletions pkg/user/windows_repository_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build windows

package user

import (
Expand Down

0 comments on commit dd5ce37

Please sign in to comment.