From e4bd5532c5ae2f267c0021370fc2749479f5b634 Mon Sep 17 00:00:00 2001 From: Jamie Lokier Date: Thu, 8 Apr 2021 08:49:35 +0100 Subject: [PATCH] Tests: Rename incorrect case `newBlockChainTests.md` file in repo Commit 3d468a7 (`fixes path pointing to eth_tests`) renamed a test output file subtly, changing just the capitalisation: - jsonTest(newFolder, "newBlockChainTests", testFixture, skipNewBCTests) + jsonTest(newFolder, "newBlockchainTests", testFixture, skipNewBCTests) However, the file checked into the repo continued to be the old name, uppercase `C`. Of course, Mac and Windows have a sort of case insensitivity and Linux does not. This meant, on Linux, both files were created, test differences didn't make themselves visible in `git diff`, and the repo would not get updates with changed test output. On Mac and Windows it worked. Signed-off-by: Jamie Lokier --- newBlockChainTests.md => newBlockchainTests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename newBlockChainTests.md => newBlockchainTests.md (99%) diff --git a/newBlockChainTests.md b/newBlockchainTests.md similarity index 99% rename from newBlockChainTests.md rename to newBlockchainTests.md index ba363f304..32bfcd7a4 100644 --- a/newBlockChainTests.md +++ b/newBlockchainTests.md @@ -1,6 +1,6 @@ newBlockchainTests === -## BlockChainTests +## BlockchainTests ```diff + randomStatetest391.json OK ```