Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Dec 2, 2019
1 parent c7ef686 commit 9185c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flockd_test.go
Expand Up @@ -515,7 +515,7 @@ func (s *TS) TestTables() {
}
}

// Find and validate all the tables onece more.
// Find and validate all the tables once more.
found, err = s.db.Tables()
s.Nil(err, "Should again have no error from Tables")
s.Len(found, len(tables), "Should still have the correct number of tables")
Expand Down

0 comments on commit 9185c03

Please sign in to comment.