Skip to content

Commit

Permalink
Remove this pretty much useless test
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Jul 26, 2023
1 parent 1646c13 commit eacbaf6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/settings_desktop_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,14 @@ package app
import (
"os"
"path/filepath"
"runtime"
"testing"
"time"

"github.com/stretchr/testify/assert"

"fyne.io/fyne/v2"
"fyne.io/fyne/v2/theme"
)

func TestDefaultTheme(t *testing.T) {
if runtime.GOOS != "darwin" && runtime.GOOS != "windows" { // system defines default for macOS and Windows
assert.Equal(t, theme.VariantDark, defaultVariant())
}
}

func TestEnsureDir(t *testing.T) {
tmpDir := testPath("fynetest")

Expand Down

0 comments on commit eacbaf6

Please sign in to comment.