fix(term): remove selection mode enum from tests

The SelectionMode enum is only used internally, so it can be removed
from tests of the public interface.
This commit is contained in:
Leroy Hopson 2024-03-03 19:18:39 +13:00
parent 13cf5ba023
commit fa28b7d6c2
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA

View file

@ -80,11 +80,6 @@ class TestInterface:
# Enums.
# TODO: Implement SelectionMode enum.
func xtest_has_enum_selection_mode():
assert_eq(described_class.SELECTION_MODE_NONE, 0)
assert_eq(described_class.SELECTION_MODE_POINTER, 1)
# TODO: Implement UpdateMode enum.
func xtest_has_enum_update_mode():
assert_eq(described_class.UPDATE_MODE_DISABLED, 0)