refactor tests

This commit is contained in:
2023-08-11 17:05:33 +01:00
parent 3ef4396885
commit 299351cac0
4 changed files with 8 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
require_relative "../minitest_helper"
class RequestTest < OBSWSTest
class RequestTest < Minitest::Test
def test_it_checks_obs_major_version
resp = OBSWSTest.r_client.get_version
ver = resp.obs_version.split(".").map(&:to_i)