Skip to content

Commit

Permalink
fix: fake commit
Browse files Browse the repository at this point in the history
  • Loading branch information
juev committed Dec 8, 2023
1 parent 00f366c commit 2ec9e92
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/coveritup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:
- '**/*.mod'
- '**/*.sum'
- '**/*.yaml'
workflow_dispatch:

name: "Cover It Up"
jobs:
Expand Down
2 changes: 0 additions & 2 deletions gobrew_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ func TestNewGobrewHomeDirDefaultsToHome(t *testing.T) {

func TestNewGobrewHomeDirUsesGoBrewRoot(t *testing.T) {
t.Setenv("GOBREW_ROOT", "some_fancy_value")

gobrew := NewGoBrew()

assert.Equal(t, "some_fancy_value", gobrew.homeDir)
t.Log("test finished")
}
Expand Down

0 comments on commit 2ec9e92

Please sign in to comment.