Skip to content

Commit

Permalink
add stub for CSV tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoisaiah committed Jan 13, 2024
1 parent 75ae129 commit eaa04e6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions find/find_test/find_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,3 +252,8 @@ func findTest(t *testing.T, cases []testutil.TestCase) {
func TestFind(t *testing.T) {
findTest(t, testCases)
}

// TestFindCSV tests file matching with CSV files.
func TestFindCSV(_ *testing.T) {
// TODO: Implement tests once CSV implementation has been revised
}

0 comments on commit eaa04e6

Please sign in to comment.