Skip to content

Commit

Permalink
Merge pull request #4 from silvio-terzi/main
Browse files Browse the repository at this point in the history
Fixed a test of Download method
  • Loading branch information
silvio-terzi authored Feb 11, 2025
2 parents 2fa5622 + 3a77b2c commit b5d08a5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.30.4 - Feb 18, 2025
- Fixed a test

1.30.3 - Jan 15, 2025
- examples, better wording for godoc

Expand Down
2 changes: 1 addition & 1 deletion wurfl.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ type Updater interface {
}

// Version is the current version of this package.
const Version = "1.30.3"
const Version = "1.30.4"

// APIVersion returns version of internal InFuze API without an initialized engine
func APIVersion() string {
Expand Down
2 changes: 1 addition & 1 deletion wurfl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1346,7 +1346,7 @@ func TestDownload(t *testing.T) {
},
{
name: "Invalid URL",
URL: "https://invalid-URL.com/wurfl.zip",
URL: "htt://invalid-URL.com/wurfl.zip",
folder: tempDir,
expectedErr: true,
},
Expand Down

0 comments on commit b5d08a5

Please sign in to comment.