test: add empty list test

This commit is contained in:
rvcas
2023-06-30 16:12:51 -04:00
parent 291dedf4e8
commit 8a7df7f66b
13 changed files with 187 additions and 148 deletions

View File

@@ -140,7 +140,7 @@ impl From<&Config> for Preamble {
}
#[cfg(test)]
mod test {
mod tests {
use super::*;
use aiken_lang::builtins;
use schema::{Data, Declaration, Items, Schema};

View File

@@ -1033,7 +1033,7 @@ Here's the types I followed and that led me to this problem:
}
#[cfg(test)]
pub mod test {
pub mod tests {
use super::*;
use proptest::prelude::*;
use serde_json::{self, json, Value};

View File

@@ -177,7 +177,7 @@ impl Validator {
}
#[cfg(test)]
mod test {
mod tests {
use assert_json_diff::assert_json_eq;
use serde_json::{self, json};