Skip to content

Commit

Permalink
fix: fix test names
Browse files Browse the repository at this point in the history
  • Loading branch information
nrdxp committed Oct 12, 2024
1 parent 896d9fb commit 74f4fb5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test/features/recursive-features-loop.atom
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[atom]
id = "features"
id = "features-loop"
version = "0.1.0"

[features]
Expand Down
2 changes: 1 addition & 1 deletion test/std-import/default.atom
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[atom]
id = "test"
id = "std-test"
version = "0.1.0"
2 changes: 1 addition & 1 deletion test/std-import/explicit.atom
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[atom]
id = "test"
id = "explicit-test"
version = "0.1.0"

[core]
Expand Down
2 changes: 1 addition & 1 deletion test/std-import/no-std.atom
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[atom]
id = "test"
id = "no-std-test"
version = "0.1.0"

[core]
Expand Down
2 changes: 1 addition & 1 deletion test/std-import/with-lib.atom
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[atom]
id = "test"
id = "with-lib-test"
version = "0.1.0"

[std]
Expand Down

0 comments on commit 74f4fb5

Please sign in to comment.