Skip to content

Commit

Permalink
Treat missing meta for special folders
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuniwak committed Apr 17, 2024
1 parent 6c30cf0 commit 4abb447
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ func TestInvalid(t *testing.T) {

actualStdout := stdout.Captured.String()
expectedStdout := `missing Assets/AssetsMissing.meta
missing Assets/Plugins/SpecialFolder.framework.meta
missing Assets/SubDir/SubDirFile.meta
missing LocalPackages/com.example.local.pkg/LocalPkgMissing.meta
missing Packages/com.example.pkg/PkgMissing.meta
Expand Down

0 comments on commit 4abb447

Please sign in to comment.