Revert return logic to restore previous behavior and pass the original test

Этот коммит содержится в:
Viacheslav Poturaev 2021-07-07 20:12:56 +02:00
родитель ee7ab9c52b
коммит c6e9cd0e19

Просмотреть файл

@ -38,7 +38,7 @@ func (f Feature) FindBackground(astScenarioID string) *messages.Background {
}
}
return bg
return nil
}
// FindExample ...