Skip to content

Commit

Permalink
Refactor test file and remove conflicting and duplicate declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
Walkmana-25 committed Oct 1, 2024
1 parent 39c6e04 commit edfef7c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions libanemos_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ func (m mockAnemosData) Filter() anemosData[any] {
return m
}

// Removed the conflicting AnemosGet struct declaration

// Removed the duplicate NewAnemosGet function declaration

func TestNewAnemosGet(t *testing.T) {
anemosGet := NewAnemosGet()

Expand Down

0 comments on commit edfef7c

Please sign in to comment.