Season view: filter the editor to a year (#54) #66
@@ -461,7 +461,7 @@ func TestCopiedGardenDoesNotInheritSeedLots(t *testing.T) {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatalf("CopyGarden: %v", err)
|
t.Fatalf("CopyGarden: %v", err)
|
||||||
}
|
}
|
||||||
full, err := s.GardenFull(ctx, owner, copied.ID)
|
full, err := s.GardenFull(ctx, owner, copied.ID, nil)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatalf("GardenFull: %v", err)
|
t.Fatalf("GardenFull: %v", err)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user