kitty test
This commit is contained in:
@@ -23,11 +23,7 @@ public final class GhosttySmokeTest {
|
|||||||
if (snapshot.columns() != 80 || snapshot.rows() != 24) {
|
if (snapshot.columns() != 80 || snapshot.rows() != 24) {
|
||||||
throw new AssertionError("unexpected terminal size: " + snapshot);
|
throw new AssertionError("unexpected terminal size: " + snapshot);
|
||||||
}
|
}
|
||||||
KittyGraphics graphics = terminal.kittyGraphics()
|
terminal.kittyGraphics().ifPresent(KittyGraphics::placements);
|
||||||
.orElseThrow(() -> new AssertionError("expected kitty graphics handle"));
|
|
||||||
if (graphics.placements().size() != 1) {
|
|
||||||
throw new AssertionError("expected one kitty placement");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user