You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: update .Context() references for consistency (#33)
* refactor: Add slackcontext package to DRY context management
* refactor: Revert changes to unrelated error codes
* test: mock context in TableTestCommand
* test: mock context in TableTestCommand ExpectedAsserts
* test: use ctx in mocked ExpectedAsserts
* test: use ctx in mocked ExpectedAsserts to link_test.go
* test: use ctx in mocked ExpectedAsserts to update_test.go
* test: use .MockContext(...) instead of context.Background()
* test: update context references for .Setup
* refactor: update .Context() references for consistency
* refactor: update span to not return a ctx since it's locally scoped
* refactor: update root.go use to ctx for OnInitialize and OnFinalize
* refactor: pass ctx into Init
0 commit comments