Skip to content

Commit e6cacb7

Browse files
author
Jake Ginnivan
committed
Stopped approval test from being inlined
1 parent 85d1e6c commit e6cacb7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

TestStack.BDDfy.Tests/Scanner/FluentScanner/PrependStepTypeTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System.Runtime.CompilerServices;
22
using ApprovalTests;
33
using NUnit.Framework;
44
using TestStack.BDDfy.Reporters;
@@ -9,6 +9,7 @@ namespace TestStack.BDDfy.Tests.Scanner.FluentScanner
99
public class PrependStepTypeTests
1010
{
1111
[Test]
12+
[MethodImpl(MethodImplOptions.NoInlining)]
1213
public void VerifyPrependStepTitles()
1314
{
1415
var story = this.Given(_ => GivenAStepWithGivenInIt())

0 commit comments

Comments
 (0)