Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Duniter v2S
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
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
nodes
rust
Duniter v2S
Commits
1e73e7b8
Commit
1e73e7b8
authored
3 months ago
by
Hugo Trentesaux
Browse files
Options
Downloads
Patches
Plain Diff
apply clippy
parent
b72d85a1
No related branches found
No related tags found
1 merge request
!307
mint UD instead of deposit + disable burn
Pipeline
#39537
passed
3 months ago
Stage: labels
Stage: quality
Stage: build
Stage: tests
Stage: deploy
Changes
2
Pipelines
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
runtime/gdev/tests/integration_tests.rs
+97
-99
97 additions, 99 deletions
runtime/gdev/tests/integration_tests.rs
runtime/gdev/tests/xt_tests.rs
+1
-1
1 addition, 1 deletion
runtime/gdev/tests/xt_tests.rs
with
98 additions
and
100 deletions
runtime/gdev/tests/integration_tests.rs
+
97
−
99
View file @
1e73e7b8
This diff is collapsed.
Click to expand it.
runtime/gdev/tests/xt_tests.rs
+
1
−
1
View file @
1e73e7b8
...
@@ -180,7 +180,7 @@ fn test_refund_reaped_linked_account() {
...
@@ -180,7 +180,7 @@ fn test_refund_reaped_linked_account() {
// Ferdie's account can be linked to Alice identity
// Ferdie's account can be linked to Alice identity
assert_ok!
(
Identity
::
link_account
(
assert_ok!
(
Identity
::
link_account
(
RuntimeOrigin
::
signed
(
alice
.clone
())
.into
()
,
RuntimeOrigin
::
signed
(
alice
.clone
()),
ferdie
.clone
(),
ferdie
.clone
(),
signature
.into
()
signature
.into
()
));
));
...
...
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