tests: add license header to integration tests

This commit is contained in:
Daniel Hofstetter
2025-06-24 14:43:56 +02:00
parent 3be37c4d82
commit 937572d557
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -1,3 +1,6 @@
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.
use chrono::{DateTime, FixedOffset};
use parse_datetime::{parse_datetime, parse_datetime_at_date};
+3
View File
@@ -1,3 +1,6 @@
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.
use rstest::rstest;
mod common;