Skip to content

Commit

Permalink
Remove unused assets
Browse files Browse the repository at this point in the history
  • Loading branch information
quanganhdo committed Apr 16, 2024
1 parent ea788ee commit 40f54f6
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
import Foundation

public enum NetworkProtectionAsset: String, CaseIterable {
case ipAddressIcon = "IP-16"
case serverLocationIcon = "Server-Location-16"
case vpnDisabledImage = "VPNDisabled"
case vpnEnabledImage = "VPN"
case vpnIcon = "VPN-16"
Expand Down

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ final class NetworkProtectionAssetTests: XCTestCase {
///
func testAssetEnumValuesAreUnchanged() {
let assetsAndExpectedRawValues: [NetworkProtectionAsset: String] = [
.ipAddressIcon: "IP-16",
.serverLocationIcon: "Server-Location-16",
.vpnDisabledImage: "VPNDisabled",
.vpnEnabledImage: "VPN",
.vpnIcon: "VPN-16",
Expand Down

0 comments on commit 40f54f6

Please sign in to comment.