Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
duniter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
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
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
typescript
duniter
Commits
e8a7e0ca
Commit
e8a7e0ca
authored
4 years ago
by
Éloïs
Browse files
Options
Downloads
Patches
Plain Diff
[tests] gva: uncomment txs_history tests
parent
d32d2676
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
rust-libs/modules/gva/dbs-reader/src/txs_history.rs
+2
-2
2 additions, 2 deletions
rust-libs/modules/gva/dbs-reader/src/txs_history.rs
with
2 additions
and
2 deletions
rust-libs/modules/gva/dbs-reader/src/txs_history.rs
+
2
−
2
View file @
e8a7e0ca
...
@@ -539,7 +539,7 @@ mod tests {
...
@@ -539,7 +539,7 @@ mod tests {
btreeset!
[
Hash
([
4
;
32
]),
Hash
([
5
;
32
])],
btreeset!
[
Hash
([
4
;
32
]),
Hash
([
5
;
32
])],
)
?
;
)
?
;
/*
let sent = db_reader.get_txs_history_bc_sent(
let
sent
=
db_reader
.get_txs_history_bc_sent
(
PageInfo
{
PageInfo
{
order
:
true
,
order
:
true
,
limit_opt
:
None
,
limit_opt
:
None
,
...
@@ -579,7 +579,7 @@ mod tests {
...
@@ -579,7 +579,7 @@ mod tests {
vec!
[
Hash
([
0
;
32
])],
vec!
[
Hash
([
0
;
32
])],
);
);
assert!
(
!
sent
.has_next_page
);
assert!
(
!
sent
.has_next_page
);
assert!(!sent.has_previous_page);
*/
assert!
(
!
sent
.has_previous_page
);
let
sent
=
db_reader
.get_txs_history_bc_sent
(
let
sent
=
db_reader
.get_txs_history_bc_sent
(
PageInfo
{
PageInfo
{
...
...
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