Skip to content

Commit b41c06e

Browse files
committed
remove return after fatal
1 parent 57f4855 commit b41c06e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

helper/resource/testing.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,6 @@ func Test(t TestT, c TestCase) {
560560

561561
if acctest.TestHelper == nil {
562562
t.Fatal("Please configure the acctest binary driver")
563-
return
564563
}
565564

566565
RunNewTest(t.(*testing.T), c, providers)

0 commit comments

Comments
 (0)