mirror of
https://github.com/samsonjs/Osiris.git
synced 2026-03-25 08:55:48 +00:00
Remove property that was only used once
This commit is contained in:
parent
3f17ecb3af
commit
a0789e95da
1 changed files with 1 additions and 2 deletions
|
|
@ -18,11 +18,10 @@ func AssertStringDataEqual(_ expression1: @autoclosure () throws -> Data, _ expr
|
|||
}
|
||||
|
||||
class MultipartFormEncoderTests: XCTestCase {
|
||||
var boundary = "SuperAwesomeBoundary"
|
||||
var subject: MultipartFormEncoder!
|
||||
|
||||
override func setUpWithError() throws {
|
||||
subject = MultipartFormEncoder(boundary: boundary)
|
||||
subject = MultipartFormEncoder(boundary: "SuperAwesomeBoundary")
|
||||
}
|
||||
|
||||
override func tearDownWithError() throws {
|
||||
|
|
|
|||
Loading…
Reference in a new issue