Skip to content

Commit

Permalink
fix the testing to point to the local version
Browse files Browse the repository at this point in the history
  • Loading branch information
gofri committed Jan 20, 2024
1 parent cb43ce7 commit 7f112dd
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 7f112dd

Please sign in to comment.