From c6e9cd0e195371182db3ab1de9765a8b9779f623 Mon Sep 17 00:00:00 2001 From: Viacheslav Poturaev Date: Wed, 7 Jul 2021 20:12:56 +0200 Subject: [PATCH] Revert return logic to restore previous behavior and pass the original test --- internal/models/feature.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/models/feature.go b/internal/models/feature.go index 1bf12b0..d38a224 100644 --- a/internal/models/feature.go +++ b/internal/models/feature.go @@ -38,7 +38,7 @@ func (f Feature) FindBackground(astScenarioID string) *messages.Background { } } - return bg + return nil } // FindExample ...