Skip to content

Commit

Permalink
fixup! move testdata to test/data
Browse files Browse the repository at this point in the history
  • Loading branch information
mvo5 committed Dec 4, 2024
1 parent de8ad3a commit e5e45cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/osbuildmonitor/monitor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func TestScannerSubprogress(t *testing.T) {
}

func TestScannerSmoke(t *testing.T) {
f, err := os.Open("testdata/osbuild-monitor-output.json")
f, err := os.Open("../../test/data/osbuild-monitor-output.json")
require.NoError(t, err)
defer f.Close()

Expand Down
File renamed without changes.

0 comments on commit e5e45cc

Please sign in to comment.