refactoring finished

This commit is contained in:
Dmitry Sergeev
2026-09-17 20:42:38 +03:00
parent de4dfcf101
commit e30cb7a168
11 changed files with 92 additions and 48 deletions
-5
View File
@@ -34,9 +34,6 @@ func TestBuildTextOverlayDisabled(t *testing.T) {
}
func TestBuildTextOverlayPositioning(t *testing.T) {
// Production assets are resolved from the repository root.
t.Chdir("../..")
tests := []struct {
name string
overlay OverlayConfig
@@ -59,8 +56,6 @@ func TestBuildTextOverlayPositioning(t *testing.T) {
}
func TestBuildTextOverlayRejectsInvalidPosition(t *testing.T) {
t.Chdir("../..")
tests := []struct {
name string
overlay OverlayConfig