Skip to content

Commit dcfff92

Browse files
committed
Test that password equals what's expected.
1 parent 4388836 commit dcfff92

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/bsql/helpers_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,9 @@ func TestGenerateCredentials(t *testing.T) {
350350
}
351351
}
352352
}
353+
if tt.expectedValue != "" {
354+
require.Equal(t, tt.expectedValue, password)
355+
}
353356
})
354357
}
355358
}

0 commit comments

Comments
 (0)