Commit 91545de
fix: remove duplicate 1280x800@60 viewport entry
The viewport '1280x800@60' was added twice:
- Once in commit 899caee (SDK v0.29.0 update)
- Again in commit 4d9565b (feat: add 1280x800 viewport support #97)
This resulted in 8 items in getAvailableViewports() while the test
expected 7 items, causing test failures.
Also removes the duplicate assertion in the test file.
Co-authored-by: mason <mason@onkernel.com>1 parent 440c557 commit 91545de
2 files changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
131 | 130 | | |
132 | 131 | | |
133 | 132 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1153 | 1153 | | |
1154 | 1154 | | |
1155 | 1155 | | |
1156 | | - | |
1157 | 1156 | | |
1158 | 1157 | | |
1159 | 1158 | | |
| |||
0 commit comments