We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa0579f commit 96de34dCopy full SHA for 96de34d
src/test/kotlin/net/sjrx/intellij/plugins/systemdunitfiles/semanticdata/optionvalues/OptionValueTest.kt
@@ -41,7 +41,7 @@ class OptionValueTest : AbstractUnitFileTest() {
41
println("Missing Functions:${missingValidators.size}")
42
println("Found:$totalFoundValidators")
43
44
- val startDate = LocalDate.of(2025, 7, 27) // Today's date
+ val startDate = LocalDate.of(2025, 10, 27) // Today's date
45
val startingCount = 612 // Your current undocumented options count
46
val currentDate = LocalDate.now()
47
val daysSinceStart = ChronoUnit.DAYS.between(startDate, currentDate)
0 commit comments