Skip to content

Commit

Permalink
remove last of scale consumption heatmap constants and test check
Browse files Browse the repository at this point in the history
  • Loading branch information
drewvolz committed Sep 8, 2024
1 parent 3c08ce5 commit 280bf86
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Bottomless/Common/Keys.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ struct Keys {

static let Summary = "ScaleSummary"
static let Weight = "ScaleWeight"
static let Consumption = "ScaleConsumption"
}

enum Referrals {
Expand Down
1 change: 0 additions & 1 deletion BottomlessUITests/ScaleScreen.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ struct ScaleScreen: Screen {
let sectionHeaders = [
Keys.Scale.Summary,
Keys.Scale.Weight,
Keys.Scale.Consumption,
]

for header in sectionHeaders {
Expand Down

0 comments on commit 280bf86

Please sign in to comment.