Fix tests

The code snippet don't have a component and the test currently fails if there is no components.
This commit is contained in:
Olivier Goffart 2024-03-14 18:06:43 +01:00 committed by GitHub
parent 4dbdfa9e6a
commit 902de92229
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -130,7 +130,7 @@ print(main_window.counter)
[Global Singletons](https://slint.dev/docs/slint/src/language/syntax/globals#global-singletons) are accessible in
Python as properties in the component instance:
```slint
```slint,ignore
export global PrinterJobQueue {
in-out property <int> job-count;
}