Skip to content

Commit 53b20ae

Browse files
committed
fix(tests): linter
Closes RNDSTROPPY-51
1 parent a091868 commit 53b20ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

internal/runner/script_extractor_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,8 @@ func TestExtractConfigFromScript_ExecuteSQL(t *testing.T) {
226226
// Bundle the script with all dependencies
227227
bundledJS := bundleScriptForTest(t, scriptPath)
228228

229+
_ = bundledJS
230+
229231
// Create open mock that returns SQL content
230232
sqlContent, err := workloads.Content.ReadFile("execute_sql/tpcb_mini.sql")
231233
require.NoError(t, err)
@@ -237,6 +239,7 @@ func TestExtractConfigFromScript_ExecuteSQL(t *testing.T) {
237239

238240
return ""
239241
}
242+
_ = openMock
240243
// TODO: RNDSTROPPY-57
241244
t.Skipf("Following code is broken not due too this task. Fix required with RNDSTROPPY-57")
242245

0 commit comments

Comments
 (0)