Step-by-step explanation:
if we use the above command with -h then this will show the result in human readable format.
df -h
Ex: df -h test3 (The command as asked in the question)
So the above command is showing the disk status in Gigabyte format.
Try the same command in your system. If directory test 3 is not present then create a new one with mkdir command.