Skip to content

Commit

Permalink
Fix canvas-1.7 expected result
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed Sep 9, 2024
1 parent 980c9d6 commit e6e780d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/canvas.test
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ test canvas-1.6 {configuration options: bad value for "bd"} -body {
test canvas-1.7 {configuration options: good value for "borderwidth"} -body {
.c configure -borderwidth 1.3
.c cget -borderwidth
} -result 1
} -result 1.3
test canvas-1.8 {configuration options: bad value for "borderwidth"} -body {
.c configure -borderwidth badValue
} -returnCodes error -result {expected screen distance but got "badValue"}
Expand Down

0 comments on commit e6e780d

Please sign in to comment.