File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ func TestMarkBooted(t *testing.T) {
92
92
})
93
93
}
94
94
95
- // TestIsFirstBoo tests the isFirstBoot function against multiple scenarios.
95
+ // TestIsFirstBoot tests the isFirstBoot function against multiple scenarios.
96
96
// it tests both scenarios of the file being first booted or not
97
97
func TestIsFirstBoot (t * testing.T ) {
98
98
testFile := "test"
Original file line number Diff line number Diff line change @@ -735,7 +735,7 @@ func (b *BoltStorage) Close() error {
735
735
return b .db .Close ()
736
736
}
737
737
738
- // CleanDeletes is a cleaner method intended to clean up old "deleted" contracts
738
+ // CleanDeleted is a cleaner method intended to clean up old "deleted" contracts
739
739
// that has no active workloads anymore. We used to always leave the entire history
740
740
// of all deployments that ever lived on the system. But we changed that so once
741
741
// a deployment is deleted, it's deleted forever. Hence this code is only needed
You can’t perform that action at this time.
0 commit comments