From 74f4fb5fffb79760b7c1172b15c7efda37079635 Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Tue, 1 Oct 2024 20:03:32 -0600 Subject: [PATCH] fix: fix test names --- test/features/recursive-features-loop.atom | 2 +- test/std-import/default.atom | 2 +- test/std-import/explicit.atom | 2 +- test/std-import/no-std.atom | 2 +- test/std-import/with-lib.atom | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/test/features/recursive-features-loop.atom b/test/features/recursive-features-loop.atom index 487daff..7da0640 100644 --- a/test/features/recursive-features-loop.atom +++ b/test/features/recursive-features-loop.atom @@ -1,5 +1,5 @@ [atom] -id = "features" +id = "features-loop" version = "0.1.0" [features] diff --git a/test/std-import/default.atom b/test/std-import/default.atom index 91e0e44..84239b5 100644 --- a/test/std-import/default.atom +++ b/test/std-import/default.atom @@ -1,3 +1,3 @@ [atom] -id = "test" +id = "std-test" version = "0.1.0" diff --git a/test/std-import/explicit.atom b/test/std-import/explicit.atom index a45f35b..1127c58 100644 --- a/test/std-import/explicit.atom +++ b/test/std-import/explicit.atom @@ -1,5 +1,5 @@ [atom] -id = "test" +id = "explicit-test" version = "0.1.0" [core] diff --git a/test/std-import/no-std.atom b/test/std-import/no-std.atom index 5150dd0..bba4291 100644 --- a/test/std-import/no-std.atom +++ b/test/std-import/no-std.atom @@ -1,5 +1,5 @@ [atom] -id = "test" +id = "no-std-test" version = "0.1.0" [core] diff --git a/test/std-import/with-lib.atom b/test/std-import/with-lib.atom index 5c75538..8902549 100644 --- a/test/std-import/with-lib.atom +++ b/test/std-import/with-lib.atom @@ -1,5 +1,5 @@ [atom] -id = "test" +id = "with-lib-test" version = "0.1.0" [std]