Skip to content

Commit

Permalink
fix static test
Browse files Browse the repository at this point in the history
  • Loading branch information
attiasas committed Jan 7, 2025
1 parent 365c501 commit ace340d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/utils/test_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,6 @@ func GetTestsXrayVersion() (version.Version, error) {
return *version.NewVersion(xrayVersion), err
}

func getTestsDeprecatedXscVersion() (version.Version, error) {
xscVersion, err := configTests.XscAuth.GetVersion()
return *version.NewVersion(xscVersion), err
}

func ChangeWD(t *testing.T, newPath string) string {
prevDir, err := os.Getwd()
assert.NoError(t, err, "Failed to get current dir")
Expand Down

0 comments on commit ace340d

Please sign in to comment.