rename to tono

This commit is contained in:
2026-03-29 22:51:58 -07:00
parent 961b5d08c8
commit 52da360804
33 changed files with 82 additions and 82 deletions

View File

@@ -7,7 +7,7 @@ from backend.server import PNG_SIGNATURE, save_png_bytes
def test_save_png_bytes_writes_exact_png_payload(tmp_path: Path):
target = tmp_path / "workflow"
payload = PNG_SIGNATURE + b"argonode-test-payload"
payload = PNG_SIGNATURE + b"tono-test-payload"
saved_path = save_png_bytes(str(target), payload)