google / badwolf

Temporal graph store abstraction layer.
Apache License 2.0
983 stars 66 forks source link

Refactor "data_access_test.go" for clarity and conciseness #125

Closed rogerlucena closed 4 years ago

rogerlucena commented 4 years ago

Refactor data_access_test.go to make it cleaner, avoid repeated code (and multiple if clauses) and also use more clear variable names as a way of easing the job of anyone that may pass through or work on this file in the future.

rogerlucena commented 4 years ago

Thank you Tati! =]