1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-26 05:24:49 +02:00

Remove superfluous overriding t0 in inherited Cliques test

This commit is contained in:
Paul Schaub 2023-07-17 12:47:04 +02:00
parent cee061d01c
commit c8e84e6245
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
2 changed files with 0 additions and 10 deletions

View file

@ -6,11 +6,6 @@ package org.sequoia_pgp.wot.vectors
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 {
return "org/sequoia_pgp/wot/vectors/cliques-local-optima-2.pgp"
}

View file

@ -6,11 +6,6 @@ package org.sequoia_pgp.wot.vectors
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 {
return "org/sequoia_pgp/wot/vectors/cliques-local-optima.pgp"
}