mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-11 19:59:04 +08:00
Fix a typo in description.
This commit is contained in:
parent
3d52dd53ad
commit
fbdccb0c96
@ -85,7 +85,7 @@ SCENARIO( "UI_Point: set_value works with several types of inputs") {
|
||||
THEN( "get_point() returns a Pointf(19.0, 2.1)") {
|
||||
REQUIRE(test_field.get_point() == Pointf(19.0, 2.1));
|
||||
}
|
||||
THEN( "get_point() returns a Pointf(19.0, 2.1)") {
|
||||
THEN( "get_point3() returns a Pointf3(19.0, 2.1, 0.0)") {
|
||||
REQUIRE(test_field.get_point3() == Pointf3(19.0, 2.1, 0.0));
|
||||
}
|
||||
THEN( "get_string() returns '19.0;2.1'") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user