Skip to content

Commit 3bae723

Browse files
committed
Fix failing test
1 parent 205af96 commit 3bae723

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_profiling/test_sampling_profiler/test_collectors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ def test_flamegraph_collector_export(self):
494494
# Should be valid HTML
495495
self.assertIn("<!doctype html>", content.lower())
496496
self.assertIn("<html", content)
497-
self.assertIn("Python Performance Flamegraph", content)
497+
self.assertIn("Tachyon Profiler - Flamegraph", content)
498498
self.assertIn("d3-flame-graph", content)
499499

500500
# Should contain the data

0 commit comments

Comments
 (0)