Skip to content

Commit

Permalink
remove unnecessary structure declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
myupage committed Jan 18, 2024
1 parent 79f4e75 commit 03af2d4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Tests/Integration/GCTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,6 @@ class GCTests: XCTestCase {
}

func test_getGarbageLength_should_return_the_actual_number_of_elements_garbage_collected() async throws {
struct Point {
var x: Int?
var y: Int?
}

let options = ClientOptions()
let docKey = "\(self.description)-\(Date().description)".toDocKey

Expand Down

0 comments on commit 03af2d4

Please sign in to comment.