diff options
author | Felix Lange <fjl@twurst.com> | 2015-08-06 22:15:36 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2015-08-06 22:43:43 +0800 |
commit | 78b101e15d4a92d9f0f1d9ca49e45d5699adb3d2 (patch) | |
tree | abe044da849d214eaa8db9c0c13a7ea273bc0d2d /common/size_test.go | |
parent | b23b4dbd79b4699abde4b3954c7480e137ffc3be (diff) | |
download | go-tangerine-78b101e15d4a92d9f0f1d9ca49e45d5699adb3d2.tar.gz go-tangerine-78b101e15d4a92d9f0f1d9ca49e45d5699adb3d2.tar.zst go-tangerine-78b101e15d4a92d9f0f1d9ca49e45d5699adb3d2.zip |
common: remove windows path functions
They were unused and their tests failed on Windows.
Diffstat (limited to 'common/size_test.go')
-rw-r--r-- | common/size_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/size_test.go b/common/size_test.go index 8709a0237..ce19cab69 100644 --- a/common/size_test.go +++ b/common/size_test.go @@ -40,7 +40,7 @@ func (s *SizeSuite) TestStorageSizeString(c *checker.C) { c.Assert(StorageSize(data3).String(), checker.Equals, exp3) } -func (s *CommonSuite) TestCommon(c *checker.C) { +func (s *SizeSuite) TestCommon(c *checker.C) { ether := CurrencyToString(BigPow(10, 19)) finney := CurrencyToString(BigPow(10, 16)) szabo := CurrencyToString(BigPow(10, 13)) |