add item by legacy id

This commit is contained in:
JBP
2019-08-15 14:30:19 +02:00
parent 9f314ca925
commit a050a065b3
4 changed files with 185 additions and 8 deletions

View File

@@ -1,3 +1,7 @@
.PHONY: test
test:
go test -tags integration -count=1 ./...
go test -count=1 -v -run ./...
.PHONY: integration
integration:
go test -tags integration -count=1 -v -run "GetItemByLegacyID" ./...