Commit 7c77d71
committed
[tizen_window_manager] Remove redundant geometry type assertions
getGeometry returns Map<String, int> via Map<String, int>.from(), which throws
a TypeError if any value is not an int, so the values are guaranteed to be ints
by the time the test reads them. Drop the 'returns integer values' test whose
isA<int>() assertions therefore verify nothing; key presence and positive
dimensions remain covered by the other tests.1 parent 1037e6d commit 7c77d71
1 file changed
Lines changed: 0 additions & 9 deletions
Lines changed: 0 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | 43 | | |
53 | 44 | | |
54 | 45 | | |
| |||
0 commit comments