mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-12-25 12:27:58 +01:00
Remove superfluous overriding t0 in inherited Cliques test
This commit is contained in:
parent
cee061d01c
commit
c8e84e6245
2 changed files with 0 additions and 10 deletions
|
@ -6,11 +6,6 @@ package org.sequoia_pgp.wot.vectors
|
||||||
|
|
||||||
class CliquesLocalOptima2Vectors: CliquesVectors() {
|
class CliquesLocalOptima2Vectors: CliquesVectors() {
|
||||||
|
|
||||||
/**
|
|
||||||
* A few minutes after the network is fully generated.
|
|
||||||
*/
|
|
||||||
val t0 = parseReferenceTime("2021-02-14 00:00:00 UTC")
|
|
||||||
|
|
||||||
override fun getResourceName(): String {
|
override fun getResourceName(): String {
|
||||||
return "org/sequoia_pgp/wot/vectors/cliques-local-optima-2.pgp"
|
return "org/sequoia_pgp/wot/vectors/cliques-local-optima-2.pgp"
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,11 +6,6 @@ package org.sequoia_pgp.wot.vectors
|
||||||
|
|
||||||
class CliquesLocalOptimaVectors: CliquesVectors() {
|
class CliquesLocalOptimaVectors: CliquesVectors() {
|
||||||
|
|
||||||
/**
|
|
||||||
* A few minutes after the network is fully generated.
|
|
||||||
*/
|
|
||||||
val t0 = parseReferenceTime("2021-02-14 00:00:00 UTC")
|
|
||||||
|
|
||||||
override fun getResourceName(): String {
|
override fun getResourceName(): String {
|
||||||
return "org/sequoia_pgp/wot/vectors/cliques-local-optima.pgp"
|
return "org/sequoia_pgp/wot/vectors/cliques-local-optima.pgp"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue