seidr/tests/main.rs

10 lines
184 B
Rust
Raw Permalink Normal View History

// SPDX-FileCopyrightText: 2023 Christina Sørensen
// SPDX-FileContributor: Christina Sørensen
//
// SPDX-License-Identifier: AGPL-3.0-only
#[test]
fn main() {
assert!(true);
}