missing wg.Wait in concurrent test

This commit is contained in:
James Bardin 2020-04-08 10:55:20 -04:00
parent b84e6f7f95
commit 3ee9cf49ce
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ func TestFilesystemRace(t *testing.T) {
ls.WriteState(current) ls.WriteState(current)
}() }()
} }
wg.Wait()
} }
func TestFilesystemLocks(t *testing.T) { func TestFilesystemLocks(t *testing.T) {