Skip to content

Commit 68175a0

Browse files
committed
Fix tests
1 parent 31d6964 commit 68175a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SwiftPrometheusTests/PrometheusMetricsTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ final class PrometheusMetricsTests: XCTestCase {
4141

4242
XCTAssertEqual(prom.collect(), """
4343
# TYPE my_gauge gauge
44-
my_gauge 42.0
44+
my_gauge 20.0
4545
my_gauge{myValue=\"labels\"} 10.0
4646
""")
4747
}

0 commit comments

Comments
 (0)