# E0061

Warning name: `duplicate_test`

Duplicate test name.

This warning is emitted when two (or more) tests share the same name.

## Erroneous example

```{literalinclude} /sources/error_codes/0061_error/top.mbt
:language: moonbit
```

## Suggestion

Rename one of the tests:

```{literalinclude} /sources/error_codes/0061_fixed/top.mbt
:language: moonbit
```

