mirror of
https://github.com/rclone/rclone.git
synced 2025-08-14 07:49:00 +02:00
googlephotos: make the start year configurable - fixes #3630
This commit is contained in:
@ -59,6 +59,11 @@ func (f *testLister) dirTime() time.Time {
|
||||
return startTime
|
||||
}
|
||||
|
||||
// mock startYear for testing
|
||||
func (f *testLister) startYear() int {
|
||||
return 2000
|
||||
}
|
||||
|
||||
func TestPatternMatch(t *testing.T) {
|
||||
for testNumber, test := range []struct {
|
||||
// input
|
||||
|
Reference in New Issue
Block a user