tenseleyflow/documentlanguagemodel / ec26ce6

Browse files

Fix invalid Crockford base32 char in test ULID

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
ec26ce604e9321b8e736f06bfab170a695c37d8d
Parents
fd7e9a0
Tree
b2814ef

1 changed file

StatusFile+-
M tests/integration/directives/test_full_cycle.py 1 1
tests/integration/directives/test_full_cycle.pymodified
@@ -67,7 +67,7 @@ def test_directive_tree_trains_and_summarizes(
6767
         doc = home / "dir.dlm"
6868
         doc.write_text(
6969
             "---\n"
70
-            "dlm_id: 01HRSHWD00000000000000DIRS\n"
70
+            "dlm_id: 01HRSHWD00000000000000DHRS\n"
7171
             "dlm_version: 6\n"
7272
             "base_model: smollm2-135m\n"
7373
             "training:\n"