Skip to content

Commit 9853e01

Browse files
committed
Move Tests
1 parent 10eb3d9 commit 9853e01

File tree

3 files changed

+0
-331
lines changed

3 files changed

+0
-331
lines changed

Loop.xcodeproj/project.pbxproj

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,6 @@
380380
B42D124328D371C400E43D22 /* AlertMuter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B42D124228D371C400E43D22 /* AlertMuter.swift */; };
381381
B43CF07E29434EC4008A520B /* HowMuteAlertWorkView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B43CF07D29434EC4008A520B /* HowMuteAlertWorkView.swift */; };
382382
B43DA44124D9C12100CAFF4E /* DismissibleHostingController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B43DA44024D9C12100CAFF4E /* DismissibleHostingController.swift */; };
383-
B44251B3252350CE00605937 /* ChartAxisValuesStaticGeneratorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B44251B2252350CE00605937 /* ChartAxisValuesStaticGeneratorTests.swift */; };
384-
B44251B62523578300605937 /* PredictedGlucoseChartTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B44251B52523578300605937 /* PredictedGlucoseChartTests.swift */; };
385383
B48B0BAC24900093009A48DE /* PumpStatusHUDView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B48B0BAB24900093009A48DE /* PumpStatusHUDView.swift */; };
386384
B490A03F24D0550F00F509FA /* GlucoseRangeCategory.swift in Sources */ = {isa = PBXBuildFile; fileRef = B490A03E24D0550F00F509FA /* GlucoseRangeCategory.swift */; };
387385
B490A04124D0559D00F509FA /* DeviceLifecycleProgressState.swift in Sources */ = {isa = PBXBuildFile; fileRef = B490A04024D0559D00F509FA /* DeviceLifecycleProgressState.swift */; };
@@ -1346,8 +1344,6 @@
13461344
B42D124228D371C400E43D22 /* AlertMuter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AlertMuter.swift; sourceTree = "<group>"; };
13471345
B43CF07D29434EC4008A520B /* HowMuteAlertWorkView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HowMuteAlertWorkView.swift; sourceTree = "<group>"; };
13481346
B43DA44024D9C12100CAFF4E /* DismissibleHostingController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DismissibleHostingController.swift; sourceTree = "<group>"; };
1349-
B44251B2252350CE00605937 /* ChartAxisValuesStaticGeneratorTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChartAxisValuesStaticGeneratorTests.swift; sourceTree = "<group>"; };
1350-
B44251B52523578300605937 /* PredictedGlucoseChartTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PredictedGlucoseChartTests.swift; sourceTree = "<group>"; };
13511347
B48B0BAB24900093009A48DE /* PumpStatusHUDView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PumpStatusHUDView.swift; sourceTree = "<group>"; };
13521348
B490A03C24D04F9400F509FA /* Color.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Color.swift; sourceTree = "<group>"; };
13531349
B490A03E24D0550F00F509FA /* GlucoseRangeCategory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GlucoseRangeCategory.swift; sourceTree = "<group>"; };
@@ -2427,8 +2423,6 @@
24272423
43F78D2C1C8FC58F002152D1 /* LoopTests */ = {
24282424
isa = PBXGroup;
24292425
children = (
2430-
B44251B42523576B00605937 /* Charts */,
2431-
A9E6DFE4246A0418005B1A1C /* Extensions */,
24322426
E9C58A7624DB510500487A17 /* Fixtures */,
24332427
B4CAD8772549D2330057946B /* LoopCore */,
24342428
1DA7A83F24476E8C008257F0 /* Managers */,
@@ -2770,14 +2764,6 @@
27702764
path = Remote;
27712765
sourceTree = "<group>";
27722766
};
2773-
A9E6DFE4246A0418005B1A1C /* Extensions */ = {
2774-
isa = PBXGroup;
2775-
children = (
2776-
B44251B2252350CE00605937 /* ChartAxisValuesStaticGeneratorTests.swift */,
2777-
);
2778-
path = Extensions;
2779-
sourceTree = "<group>";
2780-
};
27812767
A9E6DFED246A0460005B1A1C /* Models */ = {
27822768
isa = PBXGroup;
27832769
children = (
@@ -2799,14 +2785,6 @@
27992785
path = ViewModel;
28002786
sourceTree = "<group>";
28012787
};
2802-
B44251B42523576B00605937 /* Charts */ = {
2803-
isa = PBXGroup;
2804-
children = (
2805-
B44251B52523578300605937 /* PredictedGlucoseChartTests.swift */,
2806-
);
2807-
path = Charts;
2808-
sourceTree = "<group>";
2809-
};
28102788
B4BC56362518DE8800373647 /* ViewModels */ = {
28112789
isa = PBXGroup;
28122790
children = (
@@ -4095,14 +4073,12 @@
40954073
buildActionMask = 2147483647;
40964074
files = (
40974075
A9DF02CB24F72B9E00B7C988 /* CriticalEventLogTests.swift in Sources */,
4098-
B44251B3252350CE00605937 /* ChartAxisValuesStaticGeneratorTests.swift in Sources */,
40994076
1D80313D24746274002810DF /* AlertStoreTests.swift in Sources */,
41004077
C1777A6625A125F100595963 /* ManualEntryDoseViewModelTests.swift in Sources */,
41014078
C16B984026B4898800256B05 /* DoseEnactorTests.swift in Sources */,
41024079
A9A63F8E246B271600588D5B /* NSTimeInterval.swift in Sources */,
41034080
A9DFAFB324F0415E00950D1E /* CarbBackfillRequestUserInfoTests.swift in Sources */,
41044081
A963B27A252CEBAE0062AA12 /* SetBolusUserInfoTests.swift in Sources */,
4105-
B44251B62523578300605937 /* PredictedGlucoseChartTests.swift in Sources */,
41064082
A9DFAFB524F048A000950D1E /* WatchHistoricalCarbsTests.swift in Sources */,
41074083
C16575732538AFF6004AE16E /* CGMStalenessMonitorTests.swift in Sources */,
41084084
1DA7A84424477698008257F0 /* InAppModalAlertSchedulerTests.swift in Sources */,

LoopTests/Charts/PredictedGlucoseChartTests.swift

Lines changed: 0 additions & 147 deletions
This file was deleted.

0 commit comments

Comments
 (0)