Skip to content

Commit 8f2dbb8

Browse files
committed
more coverage
1 parent dcd59ed commit 8f2dbb8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

bundler/composer_functions_test.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func TestProcessRef_UnknownLocation_TwoStep(t *testing.T) {
4949
ref := &processRef{
5050
idx: m.Index,
5151
ref: &index.Reference{
52-
FullDefinition: "#/blarp/blop",
52+
FullDefinition: "blip.yaml#/blarp/blop",
5353
},
5454
seqRef: nil,
5555
name: "test",
@@ -79,7 +79,8 @@ func TestProcessRef_UnknownLocation_ThreeStep(t *testing.T) {
7979
ref := &processRef{
8080
idx: m.Index,
8181
ref: &index.Reference{
82-
FullDefinition: "#/blarp/blop/blurp",
82+
FullDefinition: "bleep.yaml#/blarp/blop/blurp",
83+
Definition: "#/blarp/blop/blurp",
8384
},
8485
seqRef: nil,
8586
name: "test",

0 commit comments

Comments
 (0)