Skip to content

Commit 66b73b3

Browse files
committed
more test hashing cleanup
1 parent 2bad993 commit 66b73b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

datamodel/low/v3/link_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ import (
1515
)
1616

1717
func TestLink_Build(t *testing.T) {
18+
cleanHashCacheForTest(t)
19+
1820
yml := `operationRef: '#/someref'
1921
operationId: someId
2022
parameters:
@@ -60,6 +62,7 @@ x-linky: slinky
6062
}
6163

6264
func TestLink_Build_Fail(t *testing.T) {
65+
cleanHashCacheForTest(t)
6366
yml := `operationRef: '#/someref'
6467
operationId: someId
6568
parameters:
@@ -83,6 +86,7 @@ server:
8386
}
8487

8588
func TestLink_Hash(t *testing.T) {
89+
cleanHashCacheForTest(t)
8690
yml := `operationRef: something
8791
operationId: someWhere
8892
parameters:

0 commit comments

Comments
 (0)