Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Commit

Permalink
release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilsk committed Apr 30, 2018
1 parent 24c478d commit c6223cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $ check completion zsh > /path/to/zsh-completions/_check.zsh
## Notes

- brief roadmap
- [ ] v1: MVP
- [x] v1: MVP
- [ ] v2: check redirects
- [ ] v3: check repository
- [ ] v4: check package
Expand Down
2 changes: 0 additions & 2 deletions http/availability/report_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ func TestReporter(t *testing.T) {
return ch
},
},
// TODO check panics
}
for _, test := range tests {
tc := test
Expand All @@ -101,7 +100,6 @@ func TestReporter(t *testing.T) {
} else {
assert.NoError(t, obtained[i].Error)
}
// TODO check site tree
}
})
}
Expand Down

0 comments on commit c6223cf

Please sign in to comment.