Skip to content

Remove Git LFS #679

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

Merged
merged 4 commits into from
Apr 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

5 changes: 2 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/Esri/arcgis-maps-sdk-swift", .upToNextMinor(from: "200.4.0")),
.package(url: "https://github.com/Esri/Dejavu", .upToNextMinor(from: "1.0.0"))
.package(url: "https://github.com/Esri/arcgis-maps-sdk-swift", .upToNextMinor(from: "200.4.0"))
],
targets: [
.target(
Expand All @@ -45,7 +44,7 @@ let package = Package(
),
.testTarget(
name: "ArcGISToolkitTests",
dependencies: ["ArcGISToolkit", "Dejavu"]
dependencies: ["ArcGISToolkit"]
)
]
)
2 changes: 1 addition & 1 deletion Tests/ArcGISToolkitTests/BookmarksTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import SwiftUI
import XCTest
@testable import ArcGISToolkit

final class BookmarksTests: DejavuTestCase {
final class BookmarksTests: XCTestCase {
/// Asserts that the list properly handles a selection when provided a modifier.
func testSelectBookmarkWithModifier() {
let expectation = XCTestExpectation(
Expand Down
2 changes: 1 addition & 1 deletion Tests/ArcGISToolkitTests/FloorFilterViewModelTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import XCTest
@testable import ArcGISToolkit

@MainActor
final class FloorFilterViewModelTests: DejavuTestCase {
final class FloorFilterViewModelTests: XCTestCase {
/// Confirms that the selected site/facility/level properties and the viewpoint are correctly updated.
func testAutoSelectAlways() async throws {
let floorManager = try await floorManager(
Expand Down
2 changes: 1 addition & 1 deletion Tests/ArcGISToolkitTests/LocatorSearchSourceTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import XCTest
import ArcGIS
import ArcGISToolkit

final class LocatorSearchSourceTests: DejavuTestCase {
final class LocatorSearchSourceTests: XCTestCase {
func testMaximumResults() async throws {
let locator = LocatorSearchSource()
locator.maximumResults = 4
Expand Down
2 changes: 1 addition & 1 deletion Tests/ArcGISToolkitTests/SearchViewModelTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import ArcGIS
@testable import ArcGISToolkit

@MainActor
class SearchViewModelTests: DejavuTestCase {
class SearchViewModelTests: XCTestCase {
func testAcceptSuggestion() async throws {
let model = SearchViewModel(sources: [LocatorSearchSource()])
model.currentQuery = "Magers & Quinn Booksellers"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import XCTest
import ArcGIS
import ArcGISToolkit

final class SmartLocatorSearchSourceTests: DejavuTestCase {
final class SmartLocatorSearchSourceTests: XCTestCase {
func testRepeatSearchResultThreshold() async throws {
let locator = SmartLocatorSearchSource()

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

67 changes: 0 additions & 67 deletions Tests/ArcGISToolkitTests/Test Support/DejavuTestCase.swift

This file was deleted.