about summary refs log tree commit diff
path: root/src/bootstrap/bootstrap_test.py
diff options
context:
space:
mode:
authoronur-ozkan <work@onurozkan.dev>2023-10-01 16:54:52 +0300
committeronur-ozkan <work@onurozkan.dev>2023-10-01 16:54:52 +0300
commit957de61594635d473b488eacbb2cc0093645e6a4 (patch)
treeeaaad8093b04753fa071d9773d63199abcdd39ed /src/bootstrap/bootstrap_test.py
parente39976ff89f91b742916349859e8d877a4876783 (diff)
downloadrust-957de61594635d473b488eacbb2cc0093645e6a4.tar.gz
rust-957de61594635d473b488eacbb2cc0093645e6a4.zip
implement major change tracking for the bootstrap configuration
Signed-off-by: onur-ozkan <work@onurozkan.dev>
Diffstat (limited to 'src/bootstrap/bootstrap_test.py')
-rw-r--r--src/bootstrap/bootstrap_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/bootstrap_test.py b/src/bootstrap/bootstrap_test.py
index dc06a4c9734..fefd6b18739 100644
--- a/src/bootstrap/bootstrap_test.py
+++ b/src/bootstrap/bootstrap_test.py
@@ -103,7 +103,7 @@ class GenerateAndParseConfig(unittest.TestCase):
     """Test that we can serialize and deserialize a config.toml file"""
     def test_no_args(self):
         build = serialize_and_parse([])
-        self.assertEqual(build.get_toml("changelog-seen"), '2')
+        self.assertEqual(build.get_toml("change-id"), '115898')
         self.assertEqual(build.get_toml("profile"), 'dist')
         self.assertIsNone(build.get_toml("llvm.download-ci-llvm"))