Skip to content

Commit

Permalink
Correct tests after merging develop.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cedric BAIL committed Jan 16, 2023
1 parent 7aeb27e commit 1fbea96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/fyne/internal/commands/build_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ func Test_BuildLinuxReleaseVersion(t *testing.T) {
},
{
expectedValue: expectedValue{
args: []string{"build", "-ldflags", "-s -w", "-trimpath", "-tags", "release", relativePath},
args: []string{"build", "-trimpath", "-ldflags", "-s -w", "-tags", "release", relativePath},
env: []string{"CGO_ENABLED=1", "GOOS=linux"},
osEnv: true,
dir: "myTest",
Expand Down

0 comments on commit 1fbea96

Please sign in to comment.