Skip to content

Commit

Permalink
watcher: Fix misspelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
roblillack committed May 1, 2022
1 parent e874d83 commit 5bad6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/watcher/watcher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func TestErrorWhileRefreshing(t *testing.T) {
time.Sleep(1 * time.Second)

if err := w.Notify(); err != nil {
t.Errorf("error not resovled yet: %s", err)
t.Errorf("error not resolved yet: %s", err)
}
if !bla.Refreshed {
t.Error("Should have been refreshed.")
Expand Down

0 comments on commit 5bad6b4

Please sign in to comment.