kitsune2_test_utils 0.2.8

Test utilities for kitsune2
Documentation
1
2
3
4
5
6
7
8
//! Test utilities associated with spaces.

use bytes::Bytes;
use kitsune2_api::*;

/// A test space id.
pub const TEST_SPACE_ID: SpaceId =
    SpaceId(Id(Bytes::from_static(b"test_space")));