Skip to content

Commit 69b839b

Browse files
committed
tests todo
1 parent 13592ec commit 69b839b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

receiver/oracledbreceiver/scraper_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,10 @@ func TestGetInstanceId(t *testing.T) {
426426
assert.Equal(t, "unknown:1521", localInstanceID)
427427
}
428428

429+
func testCalculateLookbackSeconds(t *testing.T) {
430+
//TODO
431+
}
432+
429433
func readFile(fname string) []byte {
430434
file, err := os.ReadFile(filepath.Join("testdata", fname))
431435
if err != nil {

0 commit comments

Comments
 (0)