diff --git a/config.nims b/config.nims index 496c230..6181efc 100644 --- a/config.nims +++ b/config.nims @@ -7,4 +7,4 @@ when fileExists("nimble.paths"): # end Nimble config when (NimMajor, NimMinor) >= (2, 0): - --mm:refc \ No newline at end of file + --mm:refc diff --git a/ethers.nimble b/ethers.nimble index da84bb5..ebd0d94 100644 --- a/ethers.nimble +++ b/ethers.nimble @@ -18,4 +18,3 @@ task test, "Run the test suite": # exec "nimble install -d -y" withDir "testmodule": exec "nimble test" - exec "nimble testWsResubscription" \ No newline at end of file