Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Network Health
Metrics
Onionoo
Commits
b2c7fdaf
Commit
b2c7fdaf
authored
Mar 19, 2022
by
Hiro
🏄
Browse files
Remove not needed line in test
parent
5044479a
Pipeline
#32993
failed with stage
in 2 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/test/java/org/torproject/metrics/onionoo/updater/NodeDetailsStatusUpdaterTest.java
View file @
b2c7fdaf
...
...
@@ -92,7 +92,6 @@ public class NodeDetailsStatusUpdaterTest {
assertTrue
(
desc
.
getClass
().
getName
(),
desc
instanceof
BridgePoolAssignment
);
ndsu
.
processDescriptor
(
desc
,
true
);
ndsu
.
updateStatuses
();
}
assertEquals
(
1
,
this
.
docStore
.
getPerformedStoreOperations
());
assertEquals
(
1
,
this
.
docStore
.
storedDocuments
.
size
());
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment