Skip to content

Commit

Permalink
fix: unblock release
Browse files Browse the repository at this point in the history
Co-authored-by: Bastian Doetsch <[email protected]>
  • Loading branch information
ShawkyZ and bastiandoetsch committed Aug 9, 2024
1 parent 0dcd131 commit 0b7fd39
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions domain/ide/workspace/ui/diagnostics_overview_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
package ui

import (
"os"
"path/filepath"
"testing"
"time"

Expand Down Expand Up @@ -68,7 +66,6 @@ func Test_DiagnosticsOverview(t *testing.T) {
require.Equal(t, product.ProductOpenSource.ToProductCodename(), p.Product)
require.Contains(t, p.Html, "1 unique issue: 1 critical")
require.Contains(t, p.Html, expectedTitle)
os.WriteFile(filepath.Base(t.Name()+".html"), []byte(p.Html), 0644)
notificationChannel <- true
}
}
Expand Down

0 comments on commit 0b7fd39

Please sign in to comment.