We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a091868 commit 53b20aeCopy full SHA for 53b20ae
internal/runner/script_extractor_test.go
@@ -226,6 +226,8 @@ func TestExtractConfigFromScript_ExecuteSQL(t *testing.T) {
226
// Bundle the script with all dependencies
227
bundledJS := bundleScriptForTest(t, scriptPath)
228
229
+ _ = bundledJS
230
+
231
// Create open mock that returns SQL content
232
sqlContent, err := workloads.Content.ReadFile("execute_sql/tpcb_mini.sql")
233
require.NoError(t, err)
@@ -237,6 +239,7 @@ func TestExtractConfigFromScript_ExecuteSQL(t *testing.T) {
237
239
238
240
return ""
241
}
242
+ _ = openMock
243
// TODO: RNDSTROPPY-57
244
t.Skipf("Following code is broken not due too this task. Fix required with RNDSTROPPY-57")
245
0 commit comments