mirror of
https://github.com/strukturag/nextcloud-spreed-signaling
synced 2026-03-14 14:35:44 +01:00
"checkStatsValue" is now unused, but keep if needed in future.
This commit is contained in:
parent
6f35e021f9
commit
c533b039b2
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ func assertCollectorChangeBy(t *testing.T, collector prometheus.Collector, delta
|
|||
})
|
||||
}
|
||||
|
||||
func checkStatsValue(t *testing.T, collector prometheus.Collector, value float64) {
|
||||
func checkStatsValue(t *testing.T, collector prometheus.Collector, value float64) { // nolint:unused
|
||||
// Make sure test is not executed with "t.Parallel()"
|
||||
t.Setenv("PARALLEL_CHECK", "1")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue