mirror of
https://github.com/samsonjs/Osiris.git
synced 2026-04-27 14:57:38 +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 {
|
class MultipartFormEncoderTests: XCTestCase {
|
||||||
var boundary = "SuperAwesomeBoundary"
|
|
||||||
var subject: MultipartFormEncoder!
|
var subject: MultipartFormEncoder!
|
||||||
|
|
||||||
override func setUpWithError() throws {
|
override func setUpWithError() throws {
|
||||||
subject = MultipartFormEncoder(boundary: boundary)
|
subject = MultipartFormEncoder(boundary: "SuperAwesomeBoundary")
|
||||||
}
|
}
|
||||||
|
|
||||||
override func tearDownWithError() throws {
|
override func tearDownWithError() throws {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue