Skip to content

Commit

Permalink
Add locator mapping test (#798)
Browse files Browse the repository at this point in the history
  • Loading branch information
inancgumus committed Feb 27, 2023
1 parent 3a6a9ee commit eba3cab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions browser/mapping_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,12 @@ func TestMappings(t *testing.T) {
return mapWorker(moduleVU{VU: vu}, &common.Worker{})
},
},
"mapLocator": {
apiInterface: (*api.Locator)(nil),
mapp: func() mapping {
return mapLocator(moduleVU{VU: vu}, &common.Locator{})
},
},
} {
tt := tt
t.Run(name, func(t *testing.T) {
Expand Down

0 comments on commit eba3cab

Please sign in to comment.