We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c984e73 commit afd5a9dCopy full SHA for afd5a9d
ferro/spec/action_migrate_up_test.go
@@ -83,17 +83,11 @@ spec:
83
// - check if table exists
84
// - check if table does not exists
85
86
- // cli.AssertRecordsCount("test", "public", 0)
87
- // ...
88
- // cli.AssertRecordsCount("test", "public", 1)
89
-
90
- // audit := cli.UseAudit("test", "public")
91
92
- // audit.AssertEvent(1, "pending")
93
94
- // query := cli.UseQuery("test", "public")
95
- // query.AssertTableExists("animals")
96
- // query.AssertCount("table", 1)
+ // data := cli.Data("test", "public")
+ // data.AssertRowCount("animals", 1)
+ // data.AssertTableExists("animals")
+ // data.AssertTableNotExists("animals")
+ // data
97
}
98
99
// func TestActionMigrateUpWithError(t *testing.T) {
0 commit comments