mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-04-05 18:09:04 +00:00
Format API directory
This commit is contained in:
@@ -196,8 +196,14 @@ public class ApiGeneralSteps(ScenarioContext scenario)
|
||||
field
|
||||
);
|
||||
var actualValue = value.GetString();
|
||||
actualValue.Should().Contain(expectedSubstring,
|
||||
"Expected field '{0}' to contain '{1}' but was '{2}'",
|
||||
field, expectedSubstring, actualValue);
|
||||
actualValue
|
||||
.Should()
|
||||
.Contain(
|
||||
expectedSubstring,
|
||||
"Expected field '{0}' to contain '{1}' but was '{2}'",
|
||||
field,
|
||||
expectedSubstring,
|
||||
actualValue
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user