-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Takes - Acquire property toggle #3574
Conversation
@@ -43,27 +43,6 @@ private AcquisitionFileService CreateAcquisitionServiceWithPermissions(params Pe | |||
return this._helper.Create<AcquisitionFileService>(user); | |||
} | |||
|
|||
public static object[] takes = new List<object[]>() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
moved this section to be where the parametrized test is.
✅ No secrets were detected in the code. |
1 similar comment
✅ No secrets were detected in the code. |
Codecov Report
@@ Coverage Diff @@
## dev #3574 +/- ##
==========================================
+ Coverage 69.57% 69.59% +0.02%
==========================================
Files 1370 1370
Lines 33722 33751 +29
Branches 6273 6283 +10
==========================================
+ Hits 23462 23489 +27
- Misses 10009 10011 +2
Partials 251 251
Flags with carried forward coverage won't be shown. Click here to find out more.
|
✅ No secrets were detected in the code. |
✅ No secrets were detected in the code. |
✅ No secrets were detected in the code. |
✅ No secrets were detected in the code. |
No description provided.