Skip to content

Commit 539dfeb

Browse files
committed
Updated test
1 parent b578e53 commit 539dfeb

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pkg/web_app/test/widget/completion/suggest_test.dart

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ void main() {
4646
{
4747
'start': 0,
4848
'end': 6,
49-
'value': 'has:',
50-
'html': 'has:',
49+
'value': 'is:',
50+
'html': 'is:',
5151
'score': 0.0,
5252
},
5353
{
5454
'start': 0,
5555
'end': 6,
56-
'value': 'is:',
57-
'html': 'is:',
56+
'value': 'has:',
57+
'html': 'has:',
5858
'score': 0.0,
5959
},
6060
]);
@@ -98,16 +98,16 @@ void main() {
9898
{
9999
'start': 0,
100100
'end': 5,
101-
'value': 'is:null-safe ',
102-
'html': '<span class="completion-overlap">is:</span>null-safe',
103-
'score': 0.0,
101+
'value': 'is:plugin ',
102+
'html': '<span class="completion-overlap">is:</span>plugin',
103+
'score': 0.0
104104
},
105105
{
106106
'start': 0,
107107
'end': 5,
108-
'value': 'is:plugin ',
109-
'html': '<span class="completion-overlap">is:</span>plugin',
110-
'score': 0.0
108+
'value': 'is:null-safe ',
109+
'html': '<span class="completion-overlap">is:</span>null-safe',
110+
'score': 0.0,
111111
},
112112
{
113113
'start': 0,

0 commit comments

Comments
 (0)