MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / test_schema_version_is_1

Function test_schema_version_is_1

atomic-agent/src/envelope.rs:1009–1013  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1007
1008 #[test]
1009 fn test_schema_version_is_1() {
1010 assert_eq!(SCHEMA_VERSION, 1);
1011 let e = make_minimal_envelope();
1012 assert_eq!(e.schema_version, 1);
1013 }
1014
1015 #[test]
1016 fn test_schema_version_in_decoded() {

Callers

nothing calls this directly

Calls 1

make_minimal_envelopeFunction · 0.85

Tested by

no test coverage detected