Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ginkgo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vjrj
ginkgo
Commits
b9fadd25
Commit
b9fadd25
authored
5 months ago
by
vjrj
Browse files
Options
Downloads
Patches
Plain Diff
Fixed tests
parent
91da9c36
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
test/g1_test.dart
+4
-4
4 additions, 4 deletions
test/g1_test.dart
test/ui_test.dart
+4
-4
4 additions, 4 deletions
test/ui_test.dart
with
8 additions
and
8 deletions
test/g1_test.dart
+
4
−
4
View file @
b9fadd25
...
...
@@ -307,22 +307,22 @@ void main() {
test
(
'Extraction from a list separated by semicolons'
,
()
{
const
String
listText
=
'EdWkzNABz7dPancFqW6JVLqv1wpGaQSxgWmMf1pmY7KG; ARErWXr3bhKYh8FqX9axMXxxRPXMuoZW4s73P1zBHUTY:
BJH
; 78ZwwgpgdH5uLZLbThUQH7LKwPgjMunYfLiCfUCySkM8:4VT'
;
'EdWkzNABz7dPancFqW6JVLqv1wpGaQSxgWmMf1pmY7KG; ARErWXr3bhKYh8FqX9axMXxxRPXMuoZW4s73P1zBHUTY:
9bG
; 78ZwwgpgdH5uLZLbThUQH7LKwPgjMunYfLiCfUCySkM8:4VT'
;
final
List
<
Contact
>
result
=
parseMultipleKeys
(
listText
);
expect
(
result
,
<
Contact
>[
Contact
(
pubKey:
'EdWkzNABz7dPancFqW6JVLqv1wpGaQSxgWmMf1pmY7KG'
),
Contact
(
pubKey:
'ARErWXr3bhKYh8FqX9axMXxxRPXMuoZW4s73P1zBHUTY:
BJH
'
),
Contact
(
pubKey:
'ARErWXr3bhKYh8FqX9axMXxxRPXMuoZW4s73P1zBHUTY:
9bG
'
),
Contact
(
pubKey:
'78ZwwgpgdH5uLZLbThUQH7LKwPgjMunYfLiCfUCySkM8:4VT'
)
]);
});
test
(
'Extraction from a list separated by spaces'
,
()
{
const
String
listText
=
'EdWkzNABz7dPancFqW6JVLqv1wpGaQSxgWmMf1pmY7KG ARErWXr3bhKYh8FqX9axMXxxRPXMuoZW4s73P1zBHUTY:
BJH
78ZwwgpgdH5uLZLbThUQH7LKwPgjMunYfLiCfUCySkM8:4VT'
;
'EdWkzNABz7dPancFqW6JVLqv1wpGaQSxgWmMf1pmY7KG ARErWXr3bhKYh8FqX9axMXxxRPXMuoZW4s73P1zBHUTY:
9bG
78ZwwgpgdH5uLZLbThUQH7LKwPgjMunYfLiCfUCySkM8:4VT'
;
final
List
<
Contact
>
result
=
parseMultipleKeys
(
listText
);
expect
(
result
,
<
Contact
>[
Contact
(
pubKey:
'EdWkzNABz7dPancFqW6JVLqv1wpGaQSxgWmMf1pmY7KG'
),
Contact
(
pubKey:
'ARErWXr3bhKYh8FqX9axMXxxRPXMuoZW4s73P1zBHUTY:
BJH
'
),
Contact
(
pubKey:
'ARErWXr3bhKYh8FqX9axMXxxRPXMuoZW4s73P1zBHUTY:
9bG
'
),
Contact
(
pubKey:
'78ZwwgpgdH5uLZLbThUQH7LKwPgjMunYfLiCfUCySkM8:4VT'
)
]);
});
...
...
This diff is collapsed.
Click to expand it.
test/ui_test.dart
+
4
−
4
View file @
b9fadd25
...
...
@@ -125,7 +125,7 @@ void main() {
final
Contact
contact
=
Contact
(
pubKey:
otherTestPubKey
,
name:
'John Doe'
);
final
String
result
=
humanizeContact
(
publicAddress
,
contact
,
true
);
expect
(
result
,
'John Doe (
🔑
7XtC…3Hy6)'
);
expect
(
result
,
'John Doe (
🗝
7XtC…3Hy6)'
);
});
test
(
...
...
@@ -134,7 +134,7 @@ void main() {
const
String
publicAddress
=
otherTestPubKey
;
final
Contact
contact
=
Contact
(
pubKey:
testPubKey
);
final
String
result
=
humanizeContact
(
publicAddress
,
contact
,
true
);
expect
(
result
,
'
🔑
7wnD…efsu'
);
expect
(
result
,
'
🗝
7wnD…efsu'
);
});
});
...
...
@@ -171,13 +171,13 @@ void main() {
()
{
final
Contact
contact
=
Contact
(
pubKey:
testPubKey
);
final
String
result
=
contact
.
title
;
expect
(
result
,
'
🔑
7wnD…efsu'
);
expect
(
result
,
'
🗝
7wnD…efsu'
);
});
test
(
'Should return subtitle when nick or name is provided'
,
()
{
final
Contact
contact
=
Contact
(
pubKey:
testPubKey
,
nick:
'JD'
);
final
String
?
result
=
contact
.
subtitle
;
expect
(
result
,
'
🔑
7wnD…efsu'
);
expect
(
result
,
'
🗝
7wnD…efsu'
);
});
test
(
'Should return null subtitle when neither nick nor name is provided'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment