Skip to content

Commit

Permalink
rename prague tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rjnrohit committed Jun 28, 2024
1 parent 0c3333a commit c9e36a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace Ethereum.Blockchain.Pyspec.Test;
[TestFixture]
[Parallelizable(ParallelScope.All)]
[Explicit("These tests are not ready yet")]
public class PragueTests : BlockchainTestBase
public class PragueBlockChainTests : BlockchainTestBase
{
[TestCaseSource(nameof(LoadTests))]
public async Task Test(BlockchainTest test) => await RunTest(test);
Expand Down

0 comments on commit c9e36a8

Please sign in to comment.