Skip to content

Commit

Permalink
Change test names
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoCeratto committed Jun 28, 2024
1 parent 5dc3891 commit 8114fbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/tests/unit.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use crate::tests::comp;

#[test]
fn unit_hello() {
fn hello() {
comp(
r#"
echo "hello"
Expand All @@ -13,7 +13,7 @@ fn unit_hello() {
}

#[test]
fn unit_basic() {
fn basic() {
comp(
r#"
import * from "std"
Expand Down Expand Up @@ -41,7 +41,7 @@ fn unit_basic() {
}

#[test]
fn unit_basic_import() {
fn basic_import() {
comp(
r#"
import * from "std"
Expand Down

0 comments on commit 8114fbe

Please sign in to comment.