We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fe933b commit c39871dCopy full SHA for c39871d
src/bootstrap/bootstrap_test.py
@@ -103,7 +103,7 @@ class GenerateAndParseConfig(unittest.TestCase):
103
"""Test that we can serialize and deserialize a config.toml file"""
104
def test_no_args(self):
105
build = serialize_and_parse([])
106
- self.assertEqual(build.get_toml("change-id"), '115898')
+ self.assertEqual(build.get_toml("change-id"), '116881')
107
self.assertEqual(build.get_toml("profile"), 'dist')
108
self.assertIsNone(build.get_toml("llvm.download-ci-llvm"))
109
0 commit comments