summaryrefslogtreecommitdiffstats
path: root/resources/internal/key_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'resources/internal/key_test.go')
-rw-r--r--resources/internal/key_test.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/resources/internal/key_test.go b/resources/internal/key_test.go
index 11a52f2e6..38286333d 100644
--- a/resources/internal/key_test.go
+++ b/resources/internal/key_test.go
@@ -34,10 +34,3 @@ func TestResourceTransformationKey(t *testing.T) {
c := qt.New(t)
c.Assert(key.Value(), qt.Equals, "testing_518996646957295636")
}
-
-func TestHashString(t *testing.T) {
- c := qt.New(t)
-
- c.Assert(HashString("a", "b"), qt.Equals, "2712570657419664240")
- c.Assert(HashString("ab"), qt.Equals, "590647783936702392")
-}