Skip to content

Commit

Permalink
Merge pull request #26 from gofri/gofri/bugfix_test
Browse files Browse the repository at this point in the history
fix: fix the testing to point to the local version
  • Loading branch information
gofri authored Jan 21, 2024
2 parents dc75882 + 7f112dd commit 9d97265
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions github_ratelimit/github_ratelimit_test/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
module github.com/gofri/go-github-ratelimit/github-ratelimit-test

// make sure to test the local version of the ratelimit package
replace github.com/gofri/go-github-ratelimit => ../..

go 1.19

require (
Expand Down

0 comments on commit 9d97265

Please sign in to comment.