Performed a TODO.

geesefs-0-30-9
Aaron Jacobs 2015-03-04 15:06:40 +11:00
parent c9298a943a
commit 9c585268b0
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ func (t *MemFSTest) Mkdir_IntermediateIsFile() {
err = os.Mkdir(dirName, 0754)
AssertNe(nil, err)
ExpectThat(err, Error(HasSubstr("TODO")))
ExpectThat(err, Error(HasSubstr("not a directory")))
}
func (t *MemFSTest) Mkdir_IntermediateIsNonExistent() {