Skip to content
Snippets Groups Projects
Commit 063d8b9b authored by Tifenn Guillas's avatar Tifenn Guillas
Browse files

Merge branch '5-add-tests-for-instance-search-module' into 'develop'

Test fix SQ issue table

Closes #5

See merge request !19
parents 6dd7cb40 d7162213
No related branches found
No related tags found
2 merge requests!29Develop,!19Test fix SQ issue table
Pipeline #6720 passed
Pipeline: anis-next

#6721

    ...@@ -136,20 +136,20 @@ ...@@ -136,20 +136,20 @@
    <th id="attribute">attribute</th> <th id="attribute">attribute</th>
    </tr> </tr>
    <tr> <tr>
    <td headers="id 1">1</td> <td headers="id">1</td>
    <td headers="attribute obs_id">obs_id</td> <td headers="attribute">obs_id</td>
    </tr> </tr>
    <tr> <tr>
    <td headers="id 2">2</td> <td headers="id">2</td>
    <td headers="attribute ra">ra</td> <td headers="attribute">ra</td>
    </tr> </tr>
    <tr> <tr>
    <td headers="id 3">3</td> <td headers="id">3</td>
    <td headers="attribute dec">dec</td> <td headers="attribute">dec</td>
    </tr> </tr>
    <tr> <tr>
    <td headers="id 4">4</td> <td headers="id">4</td>
    <td headers="attribute instrument">instrument</td> <td headers="attribute">instrument</td>
    </tr> </tr>
    </table> </table>
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment