Skip to content

Commit

Permalink
[go] Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemo committed Aug 12, 2021
1 parent 6d0a2e5 commit eb2d809
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
with:
go-version: ${{ matrix.go }}
bundler-cache: true
- run: make test
- run: make go-test
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.PHONY: test
test:
go-test:
go test -tags=unit -timeout 2m -coverprofile=coverage.cov -v ./...

generate-constants:
go run ./src/go/generator/main.go
go run ./src/go/generator/main.go
1 change: 0 additions & 1 deletion src/go/ifsc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ func TestGetBankName_CustomSublet_Success(t *testing.T) {
func getCustomSubletFixture() map[string]string {
return map[string]string{
"KSCB0006001": "Tumkur District Central Bank",
"VIJB0SSB001": "Shimsha Sahakara Bank Niyamitha",
"WBSC0KPCB01": "Kolkata Police Co-operative Bank",
"YESB0ADB002": "Amravati District Central Co-operative Bank",
}
Expand Down

0 comments on commit eb2d809

Please sign in to comment.