Skip to content

Commit c984e73

Browse files
committed
fix: naming
1 parent fb64d86 commit c984e73

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

ferro/spec/action_migrate_up_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ spec:
8282
// TODO:
8383
// - check if table exists
8484
// - check if table does not exists
85-
// - fix english with asserts Contains? NotContain? be consistent
8685

8786
// cli.AssertRecordsCount("test", "public", 0)
8887
// ...

ferro/spec/helpers_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ func (m *cliMock) setup(args []string) {
185185
}
186186
}
187187

188-
func (m *cliMock) RefuteRun(args ...string) bool {
188+
func (m *cliMock) AssertNotRun(args ...string) bool {
189189
m.setup(args)
190190
m.exitCode = m.app.Run(append([]string{"ferro"}, args...))
191191

0 commit comments

Comments
 (0)