mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-07 12:29:14 +08:00
Forgot {} for the GIVEN structure.
This commit is contained in:
parent
2610218b0e
commit
e68bc06a3d
@ -8,7 +8,7 @@ using namespace Slic3r;
|
|||||||
using namespace std::literals::string_literals;
|
using namespace std::literals::string_literals;
|
||||||
|
|
||||||
SCENARIO("lift() is not ignored after unlift() at large values of Z", "[!mayfail]") {
|
SCENARIO("lift() is not ignored after unlift() at large values of Z", "[!mayfail]") {
|
||||||
GIVEN("A config from a file and a single extruder.")
|
GIVEN("A config from a file and a single extruder.") {
|
||||||
GCodeWriter writer;
|
GCodeWriter writer;
|
||||||
auto& config {writer.config};
|
auto& config {writer.config};
|
||||||
config.set_defaults();
|
config.set_defaults();
|
||||||
@ -34,4 +34,5 @@ SCENARIO("lift() is not ignored after unlift() at large values of Z", "[!mayfail
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user