-
Notifications
You must be signed in to change notification settings - Fork 483
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make test module names consistent. (#5580)
* Make test module names consistent. * Undo testlib changes. * Undo PlutusTx.Test changes.
- Loading branch information
1 parent
310249d
commit a49a91f
Showing
7 changed files
with
17 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...r/test/PlutusIR/Compiler/Datatype/Test.hs → .../test/PlutusIR/Compiler/Datatype/Tests.hs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...s-ir/test/PlutusIR/Compiler/Error/Test.hs → ...-ir/test/PlutusIR/Compiler/Error/Tests.hs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module PlutusIR.Compiler.Error.Test where | ||
module PlutusIR.Compiler.Error.Tests where | ||
|
||
import PlutusIR.Test | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...tus-ir/test/PlutusIR/Compiler/Let/Test.hs → ...us-ir/test/PlutusIR/Compiler/Let/Tests.hs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module PlutusIR.Compiler.Let.Test where | ||
module PlutusIR.Compiler.Let.Tests where | ||
|
||
import PlutusIR.Test | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
.../test/PlutusIR/Compiler/Recursion/Test.hs → ...test/PlutusIR/Compiler/Recursion/Tests.hs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters